Html Css Color HEX #EBB1D4 Lavender Pink

📋 copy color: '#EBB1D4'

red 235 ◦ green 177 ◦ blue 212

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

Shades of Lavender Pink #EBB1D4

Tints of Lavender Pink #EBB1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 37.66%
G = 28.37%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBB1D4 (or 0xEBB1D4) is known color: Lavender Pink. HEX triplet: EB, B1 and D4. RGB value is (235,177,212). Sum of RGB (Red+Green+Blue) = 235+177+212=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D4 is #144E2B. Grayscale: #C6C6C6. Windows color (decimal): -1330732 or 13939179. OLE color: 13939179.

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

Color convert

RGB 235 177 212 -
CMYK 0 0.25 0.10 0.08
HSL 323.79º 0.59% 0.81% -
HSV(B) 323.79º 0.25% 0.92% -
XYZ 61.87 53.86 69.42 -
YUV 198.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 235 177 212 0 0.25 0.10 0.08 323.79 0.59 0.81
Hex EB B1 D4 0 19 A 8 144 3B 51
Octal 353 261 324 0 31 12 10 504 73 121
Binary 11101011 10110001 11010100 0 11001 1010 1000 101000100 111011 1010001

Color Harmonies of #EBB1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1D4

Black with #EBB1D4

Text Example


Text Example

White with #EBB1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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