Html Css Color HEX #E0695E Roman

📋 copy color: '#E0695E'

red 224 ◦ green 105 ◦ blue 94

#E0695E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #E0695E

Tints of Roman #E0695E

RGB

 RED value IS 224 (87.89% from 255) = 52.96%

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 52.96%
G = 24.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0695E (or 0xE0695E) is known color: Roman. HEX triplet: E0, 69 and 5E. RGB value is (224,105,94). Sum of RGB (Red+Green+Blue) = 224+105+94=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0695E is #1F96A1. Grayscale: #8B8B8B. Windows color (decimal): -2070178 or 6187488. OLE color: 6187488.

HSL color Cylindrical-coordinate representation of color #E0695E: hue angle of 5.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0695E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 94 -
CMYK 0 0.53 0.58 0.12
HSL 5.08º 0.68% 0.62% -
HSV(B) 5.08º 0.58% 0.88% -
XYZ 37.81 26.76 13.76 -
YUV 139.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 224 105 94 0 0.53 0.58 0.12 5.08 0.68 0.62
Hex E0 69 5E 0 35 3A C 5 44 3E
Octal 340 151 136 0 65 72 14 5 104 76
Binary 11100000 1101001 1011110 0 110101 111010 1100 101 1000100 111110

Color Harmonies of #E0695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0695E

Black with #E0695E

Text Example


Text Example

White with #E0695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0695E; }

 p { color: rgb(224,105,94); }

 H1.HeaderClassName
 {
   color: #E0695E;
 }
 .AnyTagClassName
 {
   color: #E0695E;
 }
</style>

background-color css

<style>
 a { background-color: #E0695E; }

 a { background-color: rgb(224,105,94); }

 div.DivClassName
 {
   background-color: #E0695E;
 }
 .BgClassName
 {
   background-color: #E0695E;
 }
</style>

border-color css

<style>
 span { border-color: #E0695E; }

 span { border-color: rgb(224,105,94); }

 td.TdClassName
 {
   border-color: #E0695E;
 }
 .TagClassName
 {
   border-color: #E0695E;
 }
</style>