Html Css Color HEX #EA7D82 Froly

📋 copy color: '#EA7D82'

red 234 ◦ green 125 ◦ blue 130

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

Shades of Froly #EA7D82

Tints of Froly #EA7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 47.85%
G = 25.56%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA7D82 (or 0xEA7D82) is known color: Froly. HEX triplet: EA, 7D and 82. RGB value is (234,125,130). Sum of RGB (Red+Green+Blue) = 234+125+130=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D82 is #15827D. Grayscale: #9E9E9E. Windows color (decimal): -1409662 or 8551914. OLE color: 8551914.

HSL color Cylindrical-coordinate representation of color #EA7D82: hue angle of 357.25º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7D82 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 130 -
CMYK 0 0.47 0.44 0.08
HSL 357.25º 0.72% 0.7% -
HSV(B) 357.25º 0.47% 0.92% -
XYZ 45.29 33.77 25.25 -
YUV 158.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 234 125 130 0 0.47 0.44 0.08 357.25 0.72 0.7
Hex EA 7D 82 0 2F 2C 8 165 48 46
Octal 352 175 202 0 57 54 10 545 110 106
Binary 11101010 1111101 10000010 0 101111 101100 1000 101100101 1001000 1000110

Color Harmonies of #EA7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D82

Black with #EA7D82

Text Example


Text Example

White with #EA7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D82; }

 p { color: rgb(234,125,130); }

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

background-color css

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

 a { background-color: rgb(234,125,130); }

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

border-color css

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

 span { border-color: rgb(234,125,130); }

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