Html Css Color HEX #EA6472 Froly

📋 copy color: '#EA6472'

red 234 ◦ green 100 ◦ blue 114

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

Shades of Froly #EA6472

Tints of Froly #EA6472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 52.23%
G = 22.32%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA6472 (or 0xEA6472) is known color: Froly. HEX triplet: EA, 64 and 72. RGB value is (234,100,114). Sum of RGB (Red+Green+Blue) = 234+100+114=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6472 is #159B8D. Grayscale: #8D8D8D. Windows color (decimal): -1416078 or 7496938. OLE color: 7496938.

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

Color convert

RGB 234 100 114 -
CMYK 0 0.57 0.51 0.08
HSL 353.73º 0.76% 0.65% -
HSV(B) 353.73º 0.57% 0.92% -
XYZ 41.53 27.82 19.1 -
YUV 141.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 234 100 114 0 0.57 0.51 0.08 353.73 0.76 0.65
Hex EA 64 72 0 39 33 8 162 4C 41
Octal 352 144 162 0 71 63 10 542 114 101
Binary 11101010 1100100 1110010 0 111001 110011 1000 101100010 1001100 1000001

Color Harmonies of #EA6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6472

Black with #EA6472

Text Example


Text Example

White with #EA6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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