Html Css Color HEX #EA6461 Roman

📋 copy color: '#EA6461'

red 234 ◦ green 100 ◦ blue 97

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

Shades of Roman #EA6461

Tints of Roman #EA6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 54.29%
G = 23.2%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA6461 (or 0xEA6461) is known color: Roman. HEX triplet: EA, 64 and 61. RGB value is (234,100,97). Sum of RGB (Red+Green+Blue) = 234+100+97=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6461 is #159B9E. Grayscale: #8B8B8B. Windows color (decimal): -1416095 or 6382826. OLE color: 6382826.

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

Color convert

RGB 234 100 97 -
CMYK 0 0.57 0.59 0.08
HSL 1.31º 0.77% 0.65% -
HSV(B) 1.31º 0.59% 0.92% -
XYZ 40.65 27.47 14.47 -
YUV 139.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 234 100 97 0 0.57 0.59 0.08 1.31 0.77 0.65
Hex EA 64 61 0 39 3B 8 1 4D 41
Octal 352 144 141 0 71 73 10 1 115 101
Binary 11101010 1100100 1100001 0 111001 111011 1000 1 1001101 1000001

Color Harmonies of #EA6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6461

Black with #EA6461

Text Example


Text Example

White with #EA6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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