Html Css Color HEX #EA6464 Roman

📋 copy color: '#EA6464'

red 234 ◦ green 100 ◦ blue 100

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

Shades of Roman #EA6464

Tints of Roman #EA6464

RGB

 RED value IS 234 (91.8% from 255) = 53.92%

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

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

R = 53.92%
G = 23.04%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA6464 (or 0xEA6464) is known color: Roman. HEX triplet: EA, 64 and 64. RGB value is (234,100,100). Sum of RGB (Red+Green+Blue) = 234+100+100=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6464 is #159B9B. Grayscale: #8C8C8C. Windows color (decimal): -1416092 or 6579434. OLE color: 6579434.

HSL color Cylindrical-coordinate representation of color #EA6464: hue angle of 0º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6464 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 100 -
CMYK 0 0.57 0.57 0.08
HSL 0.76% 0.65% -
HSV(B) 0.57% 0.92% -
XYZ 40.79 27.53 15.22 -
YUV 140.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 234 100 100 0 0.57 0.57 0.08 0 0.76 0.65
Hex EA 64 64 0 39 39 8 0 4C 41
Octal 352 144 144 0 71 71 10 0 114 101
Binary 11101010 1100100 1100100 0 111001 111001 1000 0 1001100 1000001

Color Harmonies of #EA6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6464

Black with #EA6464

Text Example


Text Example

White with #EA6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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