Html Css Color HEX #EE7B80 Froly

📋 copy color: '#EE7B80'

red 238 ◦ green 123 ◦ blue 128

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

Shades of Froly #EE7B80

Tints of Froly #EE7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

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

R = 48.67%
G = 25.15%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7B80 (or 0xEE7B80) is known color: Froly. HEX triplet: EE, 7B and 80. RGB value is (238,123,128). Sum of RGB (Red+Green+Blue) = 238+123+128=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7B80 is #11847F. Grayscale: #9E9E9E. Windows color (decimal): -1148032 or 8420334. OLE color: 8420334.

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

Color convert

RGB 238 123 128 -
CMYK 0 0.48 0.46 0.07
HSL 357.39º 0.77% 0.71% -
HSV(B) 357.39º 0.48% 0.93% -
XYZ 46.24 33.9 24.53 -
YUV 157.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 238 123 128 0 0.48 0.46 0.07 357.39 0.77 0.71
Hex EE 7B 80 0 30 2E 7 165 4D 47
Octal 356 173 200 0 60 56 7 545 115 107
Binary 11101110 1111011 10000000 0 110000 101110 111 101100101 1001101 1000111

Color Harmonies of #EE7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7B80

Black with #EE7B80

Text Example


Text Example

White with #EE7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7B80; }

 p { color: rgb(238,123,128); }

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

background-color css

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

 a { background-color: rgb(238,123,128); }

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

border-color css

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

 span { border-color: rgb(238,123,128); }

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