Html Css Color HEX #EBB0D4 Lavender Pink

📋 copy color: '#EBB0D4'

red 235 ◦ green 176 ◦ blue 212

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

Shades of Lavender Pink #EBB0D4

Tints of Lavender Pink #EBB0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.25%

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

R = 37.72%
G = 28.25%
B = 34.03%

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

#EBB0D4 (or 0xEBB0D4) is known color: Lavender Pink. HEX triplet: EB, B0 and D4. RGB value is (235,176,212). Sum of RGB (Red+Green+Blue) = 235+176+212=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D4 is #144F2B. Grayscale: #C5C5C5. Windows color (decimal): -1330988 or 13938923. OLE color: 13938923.

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

Color convert

RGB 235 176 212 -
CMYK 0 0.25 0.10 0.08
HSL 323.39º 0.6% 0.81% -
HSV(B) 323.39º 0.25% 0.92% -
XYZ 61.67 53.47 69.36 -
YUV 197.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 235 176 212 0 0.25 0.10 0.08 323.39 0.6 0.81
Hex EB B0 D4 0 19 A 8 143 3C 51
Octal 353 260 324 0 31 12 10 503 74 121
Binary 11101011 10110000 11010100 0 11001 1010 1000 101000011 111100 1010001

Color Harmonies of #EBB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0D4

Black with #EBB0D4

Text Example


Text Example

White with #EBB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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