Html Css Color HEX #EBA4DE Lavender Rose

📋 copy color: '#EBA4DE'

red 235 ◦ green 164 ◦ blue 222

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

Shades of Lavender Rose #EBA4DE

Tints of Lavender Rose #EBA4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 37.84%
G = 26.41%
B = 35.75%

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

#EBA4DE (or 0xEBA4DE) is known color: Lavender Rose. HEX triplet: EB, A4 and DE. RGB value is (235,164,222). Sum of RGB (Red+Green+Blue) = 235+164+222=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DE is #145B21. Grayscale: #BFBFBF. Windows color (decimal): -1334050 or 14591211. OLE color: 14591211.

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

Color convert

RGB 235 164 222 -
CMYK 0 0.30 0.06 0.08
HSL 310.99º 0.64% 0.78% -
HSV(B) 310.99º 0.3% 0.92% -
XYZ 60.72 49.49 75.46 -
YUV 191.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 235 164 222 0 0.30 0.06 0.08 310.99 0.64 0.78
Hex EB A4 DE 0 1E 6 8 137 40 4E
Octal 353 244 336 0 36 6 10 467 100 116
Binary 11101011 10100100 11011110 0 11110 110 1000 100110111 1000000 1001110

Color Harmonies of #EBA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4DE

Black with #EBA4DE

Text Example


Text Example

White with #EBA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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