Html Css Color HEX #EA7178 Froly

📋 copy color: '#EA7178'

red 234 ◦ green 113 ◦ blue 120

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

Shades of Froly #EA7178

Tints of Froly #EA7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 50.11%
G = 24.2%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7178 (or 0xEA7178) is known color: Froly. HEX triplet: EA, 71 and 78. RGB value is (234,113,120). Sum of RGB (Red+Green+Blue) = 234+113+120=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7178 is #158E87. Grayscale: #969696. Windows color (decimal): -1412744 or 7893482. OLE color: 7893482.

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

Color convert

RGB 234 113 120 -
CMYK 0 0.52 0.49 0.08
HSL 356.53º 0.74% 0.68% -
HSV(B) 356.53º 0.52% 0.92% -
XYZ 43.23 30.66 21.41 -
YUV 149.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 234 113 120 0 0.52 0.49 0.08 356.53 0.74 0.68
Hex EA 71 78 0 34 31 8 165 4A 44
Octal 352 161 170 0 64 61 10 545 112 104
Binary 11101010 1110001 1111000 0 110100 110001 1000 101100101 1001010 1000100

Color Harmonies of #EA7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7178

Black with #EA7178

Text Example


Text Example

White with #EA7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7178; }

 p { color: rgb(234,113,120); }

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

background-color css

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

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

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

border-color css

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

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

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