Html Css Color HEX #EBB0CC Lavender Pink

📋 copy color: '#EBB0CC'

red 235 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #EBB0CC

Tints of Lavender Pink #EBB0CC

RGB

 RED value IS 235 (92.19% from 255) = 38.21%

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 38.21%
G = 28.62%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBB0CC (or 0xEBB0CC) is known color: Lavender Pink. HEX triplet: EB, B0 and CC. RGB value is (235,176,204). Sum of RGB (Red+Green+Blue) = 235+176+204=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0CC is #144F33. Grayscale: #C4C4C4. Windows color (decimal): -1330996 or 13414635. OLE color: 13414635.

HSL color Cylindrical-coordinate representation of color #EBB0CC: hue angle of 331.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0CC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 204 -
CMYK 0 0.25 0.13 0.08
HSL 331.53º 0.6% 0.81% -
HSV(B) 331.53º 0.25% 0.92% -
XYZ 60.69 53.07 64.17 -
YUV 196.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 235 176 204 0 0.25 0.13 0.08 331.53 0.6 0.81
Hex EB B0 CC 0 19 D 8 14C 3C 51
Octal 353 260 314 0 31 15 10 514 74 121
Binary 11101011 10110000 11001100 0 11001 1101 1000 101001100 111100 1010001

Color Harmonies of #EBB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0CC

Black with #EBB0CC

Text Example


Text Example

White with #EBB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0CC; }

 p { color: rgb(235,176,204); }

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

background-color css

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

 a { background-color: rgb(235,176,204); }

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

border-color css

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

 span { border-color: rgb(235,176,204); }

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