#ECAEBB

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

Shades of Cupid #ECAEBB

Tints of Cupid #ECAEBB

Color information

#ECAEBB (or 0xECAEBB) is unknown color: approx Cupid. HEX triplet: EC, AE and BB. RGB value is (236,174,187). Sum of RGB (Red+Green+Blue) = 236+174+187=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEBB is #135144. Grayscale: #C2C2C2. Windows color (decimal): -1265989 or 12300012. OLE color: 12300012.

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

Color convert

RGB236174187-
CMYK00.260.210.07
HSL347.42º62%80.39%-
HSV(B)347.42º26.27%92.55%-
XYZ58.751.6953.9-
YUV194.02124.04157.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=39.53%
G=29.15%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617418700.260.210.07347.426280.39
HexECAEBB01A15715b3e50
Octal35425627303225753376120
Binary111011001010111010111011011010101011111010110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEBB; }

 p { color: rgb(236,174,187); }

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

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

 a { background-color: rgb(236,174,187); }

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

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

 span { border-color: rgb(236,174,187); }

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