Html Css Color HEX #EBA2DE Lavender Rose

📋 copy color: '#EBA2DE'

red 235 ◦ green 162 ◦ blue 222

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

Shades of Lavender Rose #EBA2DE

Tints of Lavender Rose #EBA2DE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.17%

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

R = 37.96%
G = 26.17%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA2DE (or 0xEBA2DE) is known color: Lavender Rose. HEX triplet: EB, A2 and DE. RGB value is (235,162,222). Sum of RGB (Red+Green+Blue) = 235+162+222=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2DE is #145D21. Grayscale: #BEBEBE. Windows color (decimal): -1334562 or 14590699. OLE color: 14590699.

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

Color convert

RGB 235 162 222 -
CMYK 0 0.31 0.06 0.08
HSL 310.68º 0.65% 0.78% -
HSV(B) 310.68º 0.31% 0.92% -
XYZ 60.37 48.78 75.34 -
YUV 190.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 235 162 222 0 0.31 0.06 0.08 310.68 0.65 0.78
Hex EB A2 DE 0 1F 6 8 137 41 4E
Octal 353 242 336 0 37 6 10 467 101 116
Binary 11101011 10100010 11011110 0 11111 110 1000 100110111 1000001 1001110

Color Harmonies of #EBA2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2DE

Black with #EBA2DE

Text Example


Text Example

White with #EBA2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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