Html Css Color HEX #EA6064 Froly

📋 copy color: '#EA6064'

red 234 ◦ green 96 ◦ blue 100

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

Shades of Froly #EA6064

Tints of Froly #EA6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

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

R = 54.42%
G = 22.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA6064 (or 0xEA6064) is known color: Froly. HEX triplet: EA, 60 and 64. RGB value is (234,96,100). Sum of RGB (Red+Green+Blue) = 234+96+100=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6064 is #159F9B. Grayscale: #898989. Windows color (decimal): -1417116 or 6578410. OLE color: 6578410.

HSL color Cylindrical-coordinate representation of color #EA6064: hue angle of 358.26º 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 #EA6064 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 96 100 -
CMYK 0 0.59 0.57 0.08
HSL 358.26º 0.77% 0.65% -
HSV(B) 358.26º 0.59% 0.92% -
XYZ 40.41 26.78 15.1 -
YUV 137.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 234 96 100 0 0.59 0.57 0.08 358.26 0.77 0.65
Hex EA 60 64 0 3B 39 8 166 4D 41
Octal 352 140 144 0 73 71 10 546 115 101
Binary 11101010 1100000 1100100 0 111011 111001 1000 101100110 1001101 1000001

Color Harmonies of #EA6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6064

Black with #EA6064

Text Example


Text Example

White with #EA6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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