#EEAEC1

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

Shades of Cupid #EEAEC1

Tints of Cupid #EEAEC1

Color information

#EEAEC1 (or 0xEEAEC1) is unknown color: approx Cupid. HEX triplet: EE, AE and C1. RGB value is (238,174,193). Sum of RGB (Red+Green+Blue) = 238+174+193=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEC1 is #11513E. Grayscale: #C3C3C3. Windows color (decimal): -1134911 or 12693230. OLE color: 12693230.

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

Color convert

RGB238174193-
CMYK00.270.190.07
HSL342.19º65.31%80.78%-
HSV(B)342.19º26.89%93.33%-
XYZ60.0252.357.38-
YUV195.3126.7158.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=39.34%
G=28.76%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817419300.270.190.07342.1965.3180.78
HexEEAEC101B1371564151
Octal356256301033237526101121
Binary1110111010101110110000010110111001111110101011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEC1; }

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

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

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

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

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

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

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

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