Html Css Color HEX #ECB0BE Cupid

📋 copy color: '#ECB0BE'

red 236 ◦ green 176 ◦ blue 190

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

Shades of Cupid #ECB0BE

Tints of Cupid #ECB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

 BLUE value IS 190 (74.61% from 255) = 31.56%

R = 39.2%
G = 29.24%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECB0BE (or 0xECB0BE) is known color: Cupid. HEX triplet: EC, B0 and BE. RGB value is (236,176,190). Sum of RGB (Red+Green+Blue) = 236+176+190=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BE is #134F41. Grayscale: #C3C3C3. Windows color (decimal): -1265474 or 12497132. OLE color: 12497132.

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

Color convert

RGB 236 176 190 -
CMYK 0 0.25 0.19 0.07
HSL 346º 0.61% 0.81% -
HSV(B) 346º 0.25% 0.93% -
XYZ 59.41 52.6 55.74 -
YUV 195.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 236 176 190 0 0.25 0.19 0.07 346 0.61 0.81
Hex EC B0 BE 0 19 13 7 15A 3D 51
Octal 354 260 276 0 31 23 7 532 75 121
Binary 11101100 10110000 10111110 0 11001 10011 111 101011010 111101 1010001

Color Harmonies of #ECB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0BE

Black with #ECB0BE

Text Example


Text Example

White with #ECB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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