Html Css Color HEX #EBB4D1 Lavender Pink

📋 copy color: '#EBB4D1'

red 235 ◦ green 180 ◦ blue 209

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

Shades of Lavender Pink #EBB4D1

Tints of Lavender Pink #EBB4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 209 (82.03% from 255) = 33.49%

R = 37.66%
G = 28.85%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBB4D1 (or 0xEBB4D1) is known color: Lavender Pink. HEX triplet: EB, B4 and D1. RGB value is (235,180,209). Sum of RGB (Red+Green+Blue) = 235+180+209=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D1 is #144B2E. Grayscale: #C7C7C7. Windows color (decimal): -1329967 or 13743339. OLE color: 13743339.

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

Color convert

RGB 235 180 209 -
CMYK 0 0.23 0.11 0.08
HSL 328.36º 0.58% 0.81% -
HSV(B) 328.36º 0.23% 0.92% -
XYZ 62.09 54.91 67.65 -
YUV 199.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 235 180 209 0 0.23 0.11 0.08 328.36 0.58 0.81
Hex EB B4 D1 0 17 B 8 148 3A 51
Octal 353 264 321 0 27 13 10 510 72 121
Binary 11101011 10110100 11010001 0 10111 1011 1000 101001000 111010 1010001

Color Harmonies of #EBB4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4D1

Black with #EBB4D1

Text Example


Text Example

White with #EBB4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4D1; }

 p { color: rgb(235,180,209); }

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

background-color css

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

 a { background-color: rgb(235,180,209); }

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

border-color css

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

 span { border-color: rgb(235,180,209); }

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