Html Css Color HEX #EBA4DC Lavender Rose

📋 copy color: '#EBA4DC'

red 235 ◦ green 164 ◦ blue 220

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

Shades of Lavender Rose #EBA4DC

Tints of Lavender Rose #EBA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.49%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 37.96%
G = 26.49%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA4DC (or 0xEBA4DC) is known color: Lavender Rose. HEX triplet: EB, A4 and DC. RGB value is (235,164,220). Sum of RGB (Red+Green+Blue) = 235+164+220=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DC is #145B23. Grayscale: #BFBFBF. Windows color (decimal): -1334052 or 14460139. OLE color: 14460139.

HSL color Cylindrical-coordinate representation of color #EBA4DC: hue angle of 312.68º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4DC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 220 -
CMYK 0 0.30 0.06 0.08
HSL 312.68º 0.64% 0.78% -
HSV(B) 312.68º 0.3% 0.92% -
XYZ 60.45 49.38 74.06 -
YUV 191.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 235 164 220 0 0.30 0.06 0.08 312.68 0.64 0.78
Hex EB A4 DC 0 1E 6 8 139 40 4E
Octal 353 244 334 0 36 6 10 471 100 116
Binary 11101011 10100100 11011100 0 11110 110 1000 100111001 1000000 1001110

Color Harmonies of #EBA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4DC

Black with #EBA4DC

Text Example


Text Example

White with #EBA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4DC; }

 p { color: rgb(235,164,220); }

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

background-color css

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

 a { background-color: rgb(235,164,220); }

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

border-color css

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

 span { border-color: rgb(235,164,220); }

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