Html Css Color HEX #EA7080 Froly

📋 copy color: '#EA7080'

red 234 ◦ green 112 ◦ blue 128

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

Shades of Froly #EA7080

Tints of Froly #EA7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 49.37%
G = 23.63%
B = 27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA7080 (or 0xEA7080) is known color: Froly. HEX triplet: EA, 70 and 80. RGB value is (234,112,128). Sum of RGB (Red+Green+Blue) = 234+112+128=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7080 is #158F7F. Grayscale: #969696. Windows color (decimal): -1412992 or 8417514. OLE color: 8417514.

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

Color convert

RGB 234 112 128 -
CMYK 0 0.52 0.45 0.08
HSL 352.13º 0.74% 0.68% -
HSV(B) 352.13º 0.52% 0.92% -
XYZ 43.62 30.64 24.04 -
YUV 150.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 234 112 128 0 0.52 0.45 0.08 352.13 0.74 0.68
Hex EA 70 80 0 34 2D 8 160 4A 44
Octal 352 160 200 0 64 55 10 540 112 104
Binary 11101010 1110000 10000000 0 110100 101101 1000 101100000 1001010 1000100

Color Harmonies of #EA7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7080

Black with #EA7080

Text Example


Text Example

White with #EA7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7080; }

 p { color: rgb(234,112,128); }

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

background-color css

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

 a { background-color: rgb(234,112,128); }

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

border-color css

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

 span { border-color: rgb(234,112,128); }

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