Html Css Color HEX #ECB0CB Lavender Pink

📋 copy color: '#ECB0CB'

red 236 ◦ green 176 ◦ blue 203

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

Shades of Lavender Pink #ECB0CB

Tints of Lavender Pink #ECB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 38.37%
G = 28.62%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECB0CB (or 0xECB0CB) is known color: Lavender Pink. HEX triplet: EC, B0 and CB. RGB value is (236,176,203). Sum of RGB (Red+Green+Blue) = 236+176+203=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CB is #134F34. Grayscale: #C4C4C4. Windows color (decimal): -1265461 or 13349100. OLE color: 13349100.

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

Color convert

RGB 236 176 203 -
CMYK 0 0.25 0.14 0.07
HSL 333º 0.61% 0.81% -
HSV(B) 333º 0.25% 0.93% -
XYZ 60.9 53.2 63.56 -
YUV 197.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 236 176 203 0 0.25 0.14 0.07 333 0.61 0.81
Hex EC B0 CB 0 19 E 7 14D 3D 51
Octal 354 260 313 0 31 16 7 515 75 121
Binary 11101100 10110000 11001011 0 11001 1110 111 101001101 111101 1010001

Color Harmonies of #ECB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0CB

Black with #ECB0CB

Text Example


Text Example

White with #ECB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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