Html Css Color HEX #EBB4D4 Lavender Pink

📋 copy color: '#EBB4D4'

red 235 ◦ green 180 ◦ blue 212

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

Shades of Lavender Pink #EBB4D4

Tints of Lavender Pink #EBB4D4

RGB

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

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

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

R = 37.48%
G = 28.71%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBB4D4 (or 0xEBB4D4) is known color: Lavender Pink. HEX triplet: EB, B4 and D4. RGB value is (235,180,212). Sum of RGB (Red+Green+Blue) = 235+180+212=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D4 is #144B2B. Grayscale: #C8C8C8. Windows color (decimal): -1329964 or 13939947. OLE color: 13939947.

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

Color convert

RGB 235 180 212 -
CMYK 0 0.23 0.10 0.08
HSL 325.09º 0.58% 0.81% -
HSV(B) 325.09º 0.23% 0.92% -
XYZ 62.47 55.06 69.62 -
YUV 200.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 235 180 212 0 0.23 0.10 0.08 325.09 0.58 0.81
Hex EB B4 D4 0 17 A 8 145 3A 51
Octal 353 264 324 0 27 12 10 505 72 121
Binary 11101011 10110100 11010100 0 10111 1010 1000 101000101 111010 1010001

Color Harmonies of #EBB4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4D4

Black with #EBB4D4

Text Example


Text Example

White with #EBB4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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