#ECADBB

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

Shades of Cupid #ECADBB

Tints of Cupid #ECADBB

Color information

#ECADBB (or 0xECADBB) is unknown color: approx Cupid. HEX triplet: EC, AD and BB. RGB value is (236,173,187). Sum of RGB (Red+Green+Blue) = 236+173+187=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADBB is #135244. Grayscale: #C1C1C1. Windows color (decimal): -1266245 or 12299756. OLE color: 12299756.

HSL color Cylindrical-coordinate representation of color #ECADBB: hue angle of 346.67º 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 #ECADBB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236173187-
CMYK00.270.210.07
HSL346.67º62.38%80.2%-
HSV(B)346.67º26.69%92.55%-
XYZ58.5151.3153.83-
YUV193.43124.37158.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=39.60%
G=29.03%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617318700.270.210.07346.6762.3880.2
HexECADBB01B15715b3e50
Octal35425527303325753376120
Binary111011001010110110111011011011101011111010110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADBB; }

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

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

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

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

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

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

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

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