Html Css Color HEX #EBA2D9 Lavender Rose

📋 copy color: '#EBA2D9'

red 235 ◦ green 162 ◦ blue 217

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

Shades of Lavender Rose #EBA2D9

Tints of Lavender Rose #EBA2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 38.27%
G = 26.38%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBA2D9 (or 0xEBA2D9) is known color: Lavender Rose. HEX triplet: EB, A2 and D9. RGB value is (235,162,217). Sum of RGB (Red+Green+Blue) = 235+162+217=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D9 is #145D26. Grayscale: #BDBDBD. Windows color (decimal): -1334567 or 14263019. OLE color: 14263019.

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

Color convert

RGB 235 162 217 -
CMYK 0 0.31 0.08 0.08
HSL 314.79º 0.65% 0.78% -
HSV(B) 314.79º 0.31% 0.92% -
XYZ 59.71 48.51 71.86 -
YUV 190.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 235 162 217 0 0.31 0.08 0.08 314.79 0.65 0.78
Hex EB A2 D9 0 1F 8 8 13B 41 4E
Octal 353 242 331 0 37 10 10 473 101 116
Binary 11101011 10100010 11011001 0 11111 1000 1000 100111011 1000001 1001110

Color Harmonies of #EBA2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2D9

Black with #EBA2D9

Text Example


Text Example

White with #EBA2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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