Html Css Color HEX #EBA3DC Lavender Rose

📋 copy color: '#EBA3DC'

red 235 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #EBA3DC

Tints of Lavender Rose #EBA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.38%

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

R = 38.03%
G = 26.38%
B = 35.6%

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

#EBA3DC (or 0xEBA3DC) is known color: Lavender Rose. HEX triplet: EB, A3 and DC. RGB value is (235,163,220). Sum of RGB (Red+Green+Blue) = 235+163+220=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DC is #145C23. Grayscale: #BEBEBE. Windows color (decimal): -1334308 or 14459883. OLE color: 14459883.

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

Color convert

RGB 235 163 220 -
CMYK 0 0.31 0.06 0.08
HSL 312.5º 0.64% 0.78% -
HSV(B) 312.5º 0.31% 0.92% -
XYZ 60.28 49.02 74 -
YUV 191.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 235 163 220 0 0.31 0.06 0.08 312.5 0.64 0.78
Hex EB A3 DC 0 1F 6 8 138 40 4E
Octal 353 243 334 0 37 6 10 470 100 116
Binary 11101011 10100011 11011100 0 11111 110 1000 100111000 1000000 1001110

Color Harmonies of #EBA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3DC

Black with #EBA3DC

Text Example


Text Example

White with #EBA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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