#EE7281

Color #EE7281 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EE7281

Tints of Froly #EE7281

Color information

#EE7281 (or 0xEE7281) is unknown color: approx Froly. HEX triplet: EE, 72 and 81. RGB value is (238,114,129). Sum of RGB (Red+Green+Blue) = 238+114+129=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7281 is #118D7E. Grayscale: #989898. Windows color (decimal): -1150335 or 8483566. OLE color: 8483566.

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

Color convert

RGB238114129-
CMYK00.520.460.07
HSL352.74º78.48%69.02%-
HSV(B)352.74º52.1%93.33%-
XYZ45.2431.824.52-
YUV152.79114.58188.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.48%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=49.48%
G=23.70%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811412900.520.460.07352.7478.4869.02
HexEE72810342E71614e45
Octal356162201064567541116105
Binary11101110111001010000001011010010111011110110000110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7281; }

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

 H1.HeaderClassName
 {
   color: #EE7281;
 }
 .AnyTagClassName
 {
   color: #EE7281;
 }
</style>
background-color css

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

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

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

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

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

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