Html Css Color HEX #EE7080 Froly

📋 copy color: '#EE7080'

red 238 ◦ green 112 ◦ blue 128

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

Shades of Froly #EE7080

Tints of Froly #EE7080

RGB

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

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

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

R = 49.79%
G = 23.43%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7080 (or 0xEE7080) is known color: Froly. HEX triplet: EE, 70 and 80. RGB value is (238,112,128). Sum of RGB (Red+Green+Blue) = 238+112+128=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7080 is #118F7F. Grayscale: #979797. Windows color (decimal): -1150848 or 8417518. OLE color: 8417518.

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

Color convert

RGB 238 112 128 -
CMYK 0 0.53 0.46 0.07
HSL 352.38º 0.79% 0.69% -
HSV(B) 352.38º 0.53% 0.93% -
XYZ 44.95 31.32 24.1 -
YUV 151.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 238 112 128 0 0.53 0.46 0.07 352.38 0.79 0.69
Hex EE 70 80 0 35 2E 7 160 4F 45
Octal 356 160 200 0 65 56 7 540 117 105
Binary 11101110 1110000 10000000 0 110101 101110 111 101100000 1001111 1000101

Color Harmonies of #EE7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7080

Black with #EE7080

Text Example


Text Example

White with #EE7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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