Html Css Color HEX #E06464 Roman

📋 copy color: '#E06464'

red 224 ◦ green 100 ◦ blue 100

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

Shades of Roman #E06464

Tints of Roman #E06464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 52.83%
G = 23.58%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06464 (or 0xE06464) is known color: Roman. HEX triplet: E0, 64 and 64. RGB value is (224,100,100). Sum of RGB (Red+Green+Blue) = 224+100+100=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06464 is #1F9B9B. Grayscale: #898989. Windows color (decimal): -2071452 or 6579424. OLE color: 6579424.

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

Color convert

RGB 224 100 100 -
CMYK 0 0.55 0.55 0.12
HSL 0.67% 0.64% -
HSV(B) 0.55% 0.88% -
XYZ 37.6 25.88 15.07 -
YUV 137.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 224 100 100 0 0.55 0.55 0.12 0 0.67 0.64
Hex E0 64 64 0 37 37 C 0 43 40
Octal 340 144 144 0 67 67 14 0 103 100
Binary 11100000 1100100 1100100 0 110111 110111 1100 0 1000011 1000000

Color Harmonies of #E06464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06464

Black with #E06464

Text Example


Text Example

White with #E06464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06464; }

 p { color: rgb(224,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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