Html Css Color HEX #EE8182 Froly

📋 copy color: '#EE8182'

red 238 ◦ green 129 ◦ blue 130

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

Shades of Froly #EE8182

Tints of Froly #EE8182

RGB

 RED value IS 238 (93.36% from 255) = 47.89%

 GREEN value IS 129 (50.78% from 255) = 25.96%

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

R = 47.89%
G = 25.96%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE8182 (or 0xEE8182) is known color: Froly. HEX triplet: EE, 81 and 82. RGB value is (238,129,130). Sum of RGB (Red+Green+Blue) = 238+129+130=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8182 is #117E7D. Grayscale: #A1A1A1. Windows color (decimal): -1146494 or 8552942. OLE color: 8552942.

HSL color Cylindrical-coordinate representation of color #EE8182: hue angle of 359.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE8182 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 130 -
CMYK 0 0.46 0.45 0.07
HSL 359.45º 0.76% 0.72% -
HSV(B) 359.45º 0.46% 0.93% -
XYZ 47.14 35.49 25.48 -
YUV 161.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 238 129 130 0 0.46 0.45 0.07 359.45 0.76 0.72
Hex EE 81 82 0 2E 2D 7 167 4C 48
Octal 356 201 202 0 56 55 7 547 114 110
Binary 11101110 10000001 10000010 0 101110 101101 111 101100111 1001100 1001000

Color Harmonies of #EE8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8182

Black with #EE8182

Text Example


Text Example

White with #EE8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8182; }

 p { color: rgb(238,129,130); }

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

background-color css

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

 a { background-color: rgb(238,129,130); }

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

border-color css

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

 span { border-color: rgb(238,129,130); }

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