Html Css Color HEX #EBB4D5 Lavender Pink

📋 copy color: '#EBB4D5'

red 235 ◦ green 180 ◦ blue 213

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

Shades of Lavender Pink #EBB4D5

Tints of Lavender Pink #EBB4D5

RGB

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

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

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

R = 37.42%
G = 28.66%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBB4D5 (or 0xEBB4D5) is known color: Lavender Pink. HEX triplet: EB, B4 and D5. RGB value is (235,180,213). Sum of RGB (Red+Green+Blue) = 235+180+213=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D5 is #144B2A. Grayscale: #C8C8C8. Windows color (decimal): -1329963 or 14005483. OLE color: 14005483.

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

Color convert

RGB 235 180 213 -
CMYK 0 0.23 0.09 0.08
HSL 324º 0.58% 0.81% -
HSV(B) 324º 0.23% 0.92% -
XYZ 62.59 55.11 70.29 -
YUV 200.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 235 180 213 0 0.23 0.09 0.08 324 0.58 0.81
Hex EB B4 D5 0 17 9 8 144 3A 51
Octal 353 264 325 0 27 11 10 504 72 121
Binary 11101011 10110100 11010101 0 10111 1001 1000 101000100 111010 1010001

Color Harmonies of #EBB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4D5

Black with #EBB4D5

Text Example


Text Example

White with #EBB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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