Html Css Color HEX #EBB4D6 Lavender Pink

📋 copy color: '#EBB4D6'

red 235 ◦ green 180 ◦ blue 214

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

Shades of Lavender Pink #EBB4D6

Tints of Lavender Pink #EBB4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 37.36%
G = 28.62%
B = 34.02%

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

#EBB4D6 (or 0xEBB4D6) is known color: Lavender Pink. HEX triplet: EB, B4 and D6. RGB value is (235,180,214). Sum of RGB (Red+Green+Blue) = 235+180+214=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D6 is #144B29. Grayscale: #C8C8C8. Windows color (decimal): -1329962 or 14071019. OLE color: 14071019.

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

Color convert

RGB 235 180 214 -
CMYK 0 0.23 0.09 0.08
HSL 322.91º 0.58% 0.81% -
HSV(B) 322.91º 0.23% 0.92% -
XYZ 62.72 55.16 70.96 -
YUV 200.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 235 180 214 0 0.23 0.09 0.08 322.91 0.58 0.81
Hex EB B4 D6 0 17 9 8 143 3A 51
Octal 353 264 326 0 27 11 10 503 72 121
Binary 11101011 10110100 11010110 0 10111 1001 1000 101000011 111010 1010001

Color Harmonies of #EBB4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4D6

Black with #EBB4D6

Text Example


Text Example

White with #EBB4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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