Html Css Color HEX #EA7E82 Froly

📋 copy color: '#EA7E82'

red 234 ◦ green 126 ◦ blue 130

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

Shades of Froly #EA7E82

Tints of Froly #EA7E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

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

R = 47.76%
G = 25.71%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA7E82 (or 0xEA7E82) is known color: Froly. HEX triplet: EA, 7E and 82. RGB value is (234,126,130). Sum of RGB (Red+Green+Blue) = 234+126+130=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E82 is #15817D. Grayscale: #9E9E9E. Windows color (decimal): -1409406 or 8552170. OLE color: 8552170.

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

Color convert

RGB 234 126 130 -
CMYK 0 0.46 0.44 0.08
HSL 357.78º 0.72% 0.71% -
HSV(B) 357.78º 0.46% 0.92% -
XYZ 45.42 34.03 25.29 -
YUV 158.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 234 126 130 0 0.46 0.44 0.08 357.78 0.72 0.71
Hex EA 7E 82 0 2E 2C 8 166 48 47
Octal 352 176 202 0 56 54 10 546 110 107
Binary 11101010 1111110 10000010 0 101110 101100 1000 101100110 1001000 1000111

Color Harmonies of #EA7E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E82

Black with #EA7E82

Text Example


Text Example

White with #EA7E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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