Html Css Color HEX #ECB1BD Cupid

📋 copy color: '#ECB1BD'

red 236 ◦ green 177 ◦ blue 189

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

Shades of Cupid #ECB1BD

Tints of Cupid #ECB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.4%

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

R = 39.2%
G = 29.4%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECB1BD (or 0xECB1BD) is known color: Cupid. HEX triplet: EC, B1 and BD. RGB value is (236,177,189). Sum of RGB (Red+Green+Blue) = 236+177+189=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BD is #134E42. Grayscale: #C4C4C4. Windows color (decimal): -1265219 or 12431852. OLE color: 12431852.

HSL color Cylindrical-coordinate representation of color #ECB1BD: hue angle of 347.8º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 189 -
CMYK 0 0.25 0.20 0.07
HSL 347.8º 0.61% 0.81% -
HSV(B) 347.8º 0.25% 0.93% -
XYZ 59.5 52.95 55.23 -
YUV 196.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 236 177 189 0 0.25 0.20 0.07 347.8 0.61 0.81
Hex EC B1 BD 0 19 14 7 15C 3D 51
Octal 354 261 275 0 31 24 7 534 75 121
Binary 11101100 10110001 10111101 0 11001 10100 111 101011100 111101 1010001

Color Harmonies of #ECB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1BD

Black with #ECB1BD

Text Example


Text Example

White with #ECB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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