Html Css Color HEX #EBB1D0 Lavender Pink

📋 copy color: '#EBB1D0'

red 235 ◦ green 177 ◦ blue 208

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

Shades of Lavender Pink #EBB1D0

Tints of Lavender Pink #EBB1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.55%

R = 37.9%
G = 28.55%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBB1D0 (or 0xEBB1D0) is known color: Lavender Pink. HEX triplet: EB, B1 and D0. RGB value is (235,177,208). Sum of RGB (Red+Green+Blue) = 235+177+208=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D0 is #144E2F. Grayscale: #C5C5C5. Windows color (decimal): -1330736 or 13677035. OLE color: 13677035.

HSL color Cylindrical-coordinate representation of color #EBB1D0: hue angle of 327.93º degrees, saturation: 0.59, 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 #EBB1D0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 208 -
CMYK 0 0.25 0.11 0.08
HSL 327.93º 0.59% 0.81% -
HSV(B) 327.93º 0.25% 0.92% -
XYZ 61.37 53.66 66.8 -
YUV 197.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 235 177 208 0 0.25 0.11 0.08 327.93 0.59 0.81
Hex EB B1 D0 0 19 B 8 148 3B 51
Octal 353 261 320 0 31 13 10 510 73 121
Binary 11101011 10110001 11010000 0 11001 1011 1000 101001000 111011 1010001

Color Harmonies of #EBB1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1D0

Black with #EBB1D0

Text Example


Text Example

White with #EBB1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1D0; }

 p { color: rgb(235,177,208); }

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

background-color css

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

 a { background-color: rgb(235,177,208); }

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

border-color css

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

 span { border-color: rgb(235,177,208); }

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