#EEB3BE

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

Shades of Cupid #EEB3BE

Tints of Cupid #EEB3BE

Color information

#EEB3BE (or 0xEEB3BE) is unknown color: approx Cupid. HEX triplet: EE, B3 and BE. RGB value is (238,179,190). Sum of RGB (Red+Green+Blue) = 238+179+190=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3BE is #114C41. Grayscale: #C5C5C5. Windows color (decimal): -1133634 or 12497902. OLE color: 12497902.

HSL color Cylindrical-coordinate representation of color #EEB3BE: hue angle of 348.81º 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 #EEB3BE is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238179190-
CMYK00.250.200.07
HSL348.81º63.44%81.76%-
HSV(B)348.81º24.79%93.33%-
XYZ60.6754.1455.97-
YUV197.9123.55156.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=39.21%
G=29.49%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817919000.250.200.07348.8163.4481.76
HexEEB3BE01914715d3f52
Octal35626327603124753577122
Binary111011101011001110111110011001101001111010111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3BE; }

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

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

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

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

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

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

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

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