Html Css Color HEX #EA6972 Froly

📋 copy color: '#EA6972'

red 234 ◦ green 105 ◦ blue 114

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

Shades of Froly #EA6972

Tints of Froly #EA6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

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

R = 51.66%
G = 23.18%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA6972 (or 0xEA6972) is known color: Froly. HEX triplet: EA, 69 and 72. RGB value is (234,105,114). Sum of RGB (Red+Green+Blue) = 234+105+114=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6972 is #15968D. Grayscale: #909090. Windows color (decimal): -1414798 or 7498218. OLE color: 7498218.

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

Color convert

RGB 234 105 114 -
CMYK 0 0.55 0.51 0.08
HSL 355.81º 0.75% 0.66% -
HSV(B) 355.81º 0.55% 0.92% -
XYZ 42.02 28.81 19.27 -
YUV 144.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 234 105 114 0 0.55 0.51 0.08 355.81 0.75 0.66
Hex EA 69 72 0 37 33 8 164 4B 42
Octal 352 151 162 0 67 63 10 544 113 102
Binary 11101010 1101001 1110010 0 110111 110011 1000 101100100 1001011 1000010

Color Harmonies of #EA6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6972

Black with #EA6972

Text Example


Text Example

White with #EA6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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