Html Css Color HEX #EBA4DD Lavender Rose

📋 copy color: '#EBA4DD'

red 235 ◦ green 164 ◦ blue 221

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

Shades of Lavender Rose #EBA4DD

Tints of Lavender Rose #EBA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 37.9%
G = 26.45%
B = 35.65%

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

#EBA4DD (or 0xEBA4DD) is known color: Lavender Rose. HEX triplet: EB, A4 and DD. RGB value is (235,164,221). Sum of RGB (Red+Green+Blue) = 235+164+221=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DD is #145B22. Grayscale: #BFBFBF. Windows color (decimal): -1334051 or 14525675. OLE color: 14525675.

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

Color convert

RGB 235 164 221 -
CMYK 0 0.30 0.06 0.08
HSL 311.83º 0.64% 0.78% -
HSV(B) 311.83º 0.3% 0.92% -
XYZ 60.59 49.43 74.75 -
YUV 191.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 235 164 221 0 0.30 0.06 0.08 311.83 0.64 0.78
Hex EB A4 DD 0 1E 6 8 138 40 4E
Octal 353 244 335 0 36 6 10 470 100 116
Binary 11101011 10100100 11011101 0 11110 110 1000 100111000 1000000 1001110

Color Harmonies of #EBA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4DD

Black with #EBA4DD

Text Example


Text Example

White with #EBA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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