#EAABBE

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

Shades of Cupid #EAABBE

Tints of Cupid #EAABBE

Color information

#EAABBE (or 0xEAABBE) is unknown color: approx Cupid. HEX triplet: EA, AB and BE. RGB value is (234,171,190). Sum of RGB (Red+Green+Blue) = 234+171+190=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABBE is #155441. Grayscale: #BFBFBF. Windows color (decimal): -1397826 or 12495850. OLE color: 12495850.

HSL color Cylindrical-coordinate representation of color #EAABBE: hue angle of 341.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABBE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234171190-
CMYK00.270.190.08
HSL341.9º60%79.41%-
HSV(B)341.9º26.92%91.76%-
XYZ57.7950.3455.39-
YUV192126.87157.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=39.33%
G=28.74%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417119000.270.190.08341.96079.41
HexEAABBE01B1381563c4f
Octal352253276033231052674117
Binary1110101010101011101111100110111001110001010101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABBE; }

 p { color: rgb(234,171,190); }

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

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

 a { background-color: rgb(234,171,190); }

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

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

 span { border-color: rgb(234,171,190); }

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