#ECADBE

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

Shades of Cupid #ECADBE

Tints of Cupid #ECADBE

Color information

#ECADBE (or 0xECADBE) is unknown color: approx Cupid. HEX triplet: EC, AD and BE. RGB value is (236,173,190). Sum of RGB (Red+Green+Blue) = 236+173+190=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADBE is #135241. Grayscale: #C1C1C1. Windows color (decimal): -1266242 or 12496364. OLE color: 12496364.

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

Color convert

RGB236173190-
CMYK00.270.190.07
HSL343.81º62.38%80.2%-
HSV(B)343.81º26.69%92.55%-
XYZ58.8351.4455.54-
YUV193.77125.87158.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=39.40%
G=28.88%
B=31.72%

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
Decimal23617319000.270.190.07343.8162.3880.2
HexECADBE01B1371583e50
Octal35425527603323753076120
Binary111011001010110110111110011011100111111010110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADBE; }

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

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

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

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

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

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

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

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