Html Css Color HEX #EA7476 Froly

📋 copy color: '#EA7476'

red 234 ◦ green 116 ◦ blue 118

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

Shades of Froly #EA7476

Tints of Froly #EA7476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.79%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 50%
G = 24.79%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA7476 (or 0xEA7476) is known color: Froly. HEX triplet: EA, 74 and 76. RGB value is (234,116,118). Sum of RGB (Red+Green+Blue) = 234+116+118=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7476 is #158B89. Grayscale: #979797. Windows color (decimal): -1411978 or 7763178. OLE color: 7763178.

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

Color convert

RGB 234 116 118 -
CMYK 0 0.50 0.50 0.08
HSL 358.98º 0.74% 0.69% -
HSV(B) 358.98º 0.5% 0.92% -
XYZ 43.45 31.29 20.89 -
YUV 151.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 234 116 118 0 0.50 0.50 0.08 358.98 0.74 0.69
Hex EA 74 76 0 32 32 8 167 4A 45
Octal 352 164 166 0 62 62 10 547 112 105
Binary 11101010 1110100 1110110 0 110010 110010 1000 101100111 1001010 1000101

Color Harmonies of #EA7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7476

Black with #EA7476

Text Example


Text Example

White with #EA7476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7476; }

 p { color: rgb(234,116,118); }

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

background-color css

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

 a { background-color: rgb(234,116,118); }

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

border-color css

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

 span { border-color: rgb(234,116,118); }

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