Html Css Color HEX #EBB1D2 Lavender Pink

📋 copy color: '#EBB1D2'

red 235 ◦ green 177 ◦ blue 210

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

Shades of Lavender Pink #EBB1D2

Tints of Lavender Pink #EBB1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.76%

R = 37.78%
G = 28.46%
B = 33.76%

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

#EBB1D2 (or 0xEBB1D2) is known color: Lavender Pink. HEX triplet: EB, B1 and D2. RGB value is (235,177,210). Sum of RGB (Red+Green+Blue) = 235+177+210=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D2 is #144E2D. Grayscale: #C6C6C6. Windows color (decimal): -1330734 or 13808107. OLE color: 13808107.

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

Color convert

RGB 235 177 210 -
CMYK 0 0.25 0.11 0.08
HSL 325.86º 0.59% 0.81% -
HSV(B) 325.86º 0.25% 0.92% -
XYZ 61.62 53.76 68.1 -
YUV 198.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 235 177 210 0 0.25 0.11 0.08 325.86 0.59 0.81
Hex EB B1 D2 0 19 B 8 146 3B 51
Octal 353 261 322 0 31 13 10 506 73 121
Binary 11101011 10110001 11010010 0 11001 1011 1000 101000110 111011 1010001

Color Harmonies of #EBB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1D2

Black with #EBB1D2

Text Example


Text Example

White with #EBB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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