#EEB3BD

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

Shades of Cupid #EEB3BD

Tints of Cupid #EEB3BD

Color information

#EEB3BD (or 0xEEB3BD) is unknown color: approx Cupid. HEX triplet: EE, B3 and BD. RGB value is (238,179,189). Sum of RGB (Red+Green+Blue) = 238+179+189=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3BD is #114C42. Grayscale: #C5C5C5. Windows color (decimal): -1133635 or 12432366. OLE color: 12432366.

HSL color Cylindrical-coordinate representation of color #EEB3BD: hue angle of 349.83º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3BD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238179189-
CMYK00.250.210.07
HSL349.83º63.44%81.76%-
HSV(B)349.83º24.79%93.33%-
XYZ60.5754.0955.39-
YUV197.78123.05156.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=39.27%
G=29.54%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817918900.250.210.07349.8363.4481.76
HexEEB3BD01915715e3f52
Octal35626327503125753677122
Binary111011101011001110111101011001101011111010111101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3BD; }

 p { color: rgb(238,179,189); }

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

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

 a { background-color: rgb(238,179,189); }

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

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

 span { border-color: rgb(238,179,189); }

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