Html Css Color HEX #ECB0BC Cupid

📋 copy color: '#ECB0BC'

red 236 ◦ green 176 ◦ blue 188

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

Shades of Cupid #ECB0BC

Tints of Cupid #ECB0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.33%

R = 39.33%
G = 29.33%
B = 31.33%

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

#ECB0BC (or 0xECB0BC) is known color: Cupid. HEX triplet: EC, B0 and BC. RGB value is (236,176,188). Sum of RGB (Red+Green+Blue) = 236+176+188=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BC is #134F43. Grayscale: #C3C3C3. Windows color (decimal): -1265476 or 12366060. OLE color: 12366060.

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

Color convert

RGB 236 176 188 -
CMYK 0 0.25 0.20 0.07
HSL 348º 0.61% 0.81% -
HSV(B) 348º 0.25% 0.93% -
XYZ 59.19 52.51 54.59 -
YUV 195.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 236 176 188 0 0.25 0.20 0.07 348 0.61 0.81
Hex EC B0 BC 0 19 14 7 15C 3D 51
Octal 354 260 274 0 31 24 7 534 75 121
Binary 11101100 10110000 10111100 0 11001 10100 111 101011100 111101 1010001

Color Harmonies of #ECB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0BC

Black with #ECB0BC

Text Example


Text Example

White with #ECB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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