#ECABBE

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

Shades of Cupid #ECABBE

Tints of Cupid #ECABBE

Color information

#ECABBE (or 0xECABBE) is unknown color: approx Cupid. HEX triplet: EC, AB and BE. RGB value is (236,171,190). Sum of RGB (Red+Green+Blue) = 236+171+190=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBE is #135441. Grayscale: #C0C0C0. Windows color (decimal): -1266754 or 12495852. OLE color: 12495852.

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

Color convert

RGB236171190-
CMYK00.280.190.07
HSL342.46º63.11%79.8%-
HSV(B)342.46º27.54%92.55%-
XYZ58.4550.6855.42-
YUV192.6126.53158.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=39.53%
G=28.64%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617119000.280.190.07342.4663.1179.8
HexECABBE01C1371563f50
Octal35425327603423752677120
Binary111011001010101110111110011100100111111010101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABBE; }

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

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

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

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

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

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

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

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