Html Css Color HEX #ECADBD Cupid

📋 copy color: '#ECADBD'

red 236 ◦ green 173 ◦ blue 189

#ECADBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #ECADBD

Tints of Cupid #ECADBD

RGB

 RED value IS 236 (92.58% from 255) = 39.46%

 GREEN value IS 173 (67.97% from 255) = 28.93%

 BLUE value IS 189 (74.22% from 255) = 31.61%

R = 39.46%
G = 28.93%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECADBD (or 0xECADBD) is known color: Cupid. HEX triplet: EC, AD and BD. RGB value is (236,173,189). Sum of RGB (Red+Green+Blue) = 236+173+189=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADBD is #135242. Grayscale: #C1C1C1. Windows color (decimal): -1266243 or 12430828. OLE color: 12430828.

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

Color convert

RGB 236 173 189 -
CMYK 0 0.27 0.20 0.07
HSL 344.76º 0.62% 0.8% -
HSV(B) 344.76º 0.27% 0.93% -
XYZ 58.72 51.39 54.97 -
YUV 193.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 236 173 189 0 0.27 0.20 0.07 344.76 0.62 0.8
Hex EC AD BD 0 1B 14 7 159 3E 50
Octal 354 255 275 0 33 24 7 531 76 120
Binary 11101100 10101101 10111101 0 11011 10100 111 101011001 111110 1010000

Color Harmonies of #ECADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECADBD

Black with #ECADBD

Text Example


Text Example

White with #ECADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECADBD; }

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

 H1.HeaderClassName
 {
   color: #ECADBD;
 }
 .AnyTagClassName
 {
   color: #ECADBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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