#EEB1C1

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

Shades of Cupid #EEB1C1

Tints of Cupid #EEB1C1

Color information

#EEB1C1 (or 0xEEB1C1) is unknown color: approx Cupid. HEX triplet: EE, B1 and C1. RGB value is (238,177,193). Sum of RGB (Red+Green+Blue) = 238+177+193=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1C1 is #114E3E. Grayscale: #C5C5C5. Windows color (decimal): -1134143 or 12693998. OLE color: 12693998.

HSL color Cylindrical-coordinate representation of color #EEB1C1: hue angle of 344.26º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1C1 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238177193-
CMYK00.260.190.07
HSL344.26º64.21%81.37%-
HSV(B)344.26º25.63%93.33%-
XYZ60.6153.4757.58-
YUV197.06125.71157.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=39.14%
G=29.11%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817719300.260.190.07344.2664.2181.37
HexEEB1C101A1371584051
Octal356261301032237530100121
Binary1110111010110001110000010110101001111110101100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1C1; }

 p { color: rgb(238,177,193); }

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

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

 a { background-color: rgb(238,177,193); }

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

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

 span { border-color: rgb(238,177,193); }

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