Html Css Color HEX #EBA2DC Lavender Rose

📋 copy color: '#EBA2DC'

red 235 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #EBA2DC

Tints of Lavender Rose #EBA2DC

RGB

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

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

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

R = 38.09%
G = 26.26%
B = 35.66%

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

#EBA2DC (or 0xEBA2DC) is known color: Lavender Rose. HEX triplet: EB, A2 and DC. RGB value is (235,162,220). Sum of RGB (Red+Green+Blue) = 235+162+220=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2DC is #145D23. Grayscale: #BEBEBE. Windows color (decimal): -1334564 or 14459627. OLE color: 14459627.

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

Color convert

RGB 235 162 220 -
CMYK 0 0.31 0.06 0.08
HSL 312.33º 0.65% 0.78% -
HSV(B) 312.33º 0.31% 0.92% -
XYZ 60.1 48.67 73.94 -
YUV 190.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 235 162 220 0 0.31 0.06 0.08 312.33 0.65 0.78
Hex EB A2 DC 0 1F 6 8 138 41 4E
Octal 353 242 334 0 37 6 10 470 101 116
Binary 11101011 10100010 11011100 0 11111 110 1000 100111000 1000001 1001110

Color Harmonies of #EBA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2DC

Black with #EBA2DC

Text Example


Text Example

White with #EBA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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