Html Css Color HEX #EBB2D5 Lavender Pink

📋 copy color: '#EBB2D5'

red 235 ◦ green 178 ◦ blue 213

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

Shades of Lavender Pink #EBB2D5

Tints of Lavender Pink #EBB2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.43%

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 37.54%
G = 28.43%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBB2D5 (or 0xEBB2D5) is known color: Lavender Pink. HEX triplet: EB, B2 and D5. RGB value is (235,178,213). Sum of RGB (Red+Green+Blue) = 235+178+213=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D5 is #144D2A. Grayscale: #C6C6C6. Windows color (decimal): -1330475 or 14004971. OLE color: 14004971.

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

Color convert

RGB 235 178 213 -
CMYK 0 0.24 0.09 0.08
HSL 323.16º 0.59% 0.81% -
HSV(B) 323.16º 0.24% 0.92% -
XYZ 62.19 54.31 70.16 -
YUV 199.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 235 178 213 0 0.24 0.09 0.08 323.16 0.59 0.81
Hex EB B2 D5 0 18 9 8 143 3B 51
Octal 353 262 325 0 30 11 10 503 73 121
Binary 11101011 10110010 11010101 0 11000 1001 1000 101000011 111011 1010001

Color Harmonies of #EBB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2D5

Black with #EBB2D5

Text Example


Text Example

White with #EBB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2D5; }

 p { color: rgb(235,178,213); }

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

background-color css

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

 a { background-color: rgb(235,178,213); }

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

border-color css

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

 span { border-color: rgb(235,178,213); }

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