Html Css Color HEX #EBA3D7 Lavender Rose

📋 copy color: '#EBA3D7'

red 235 ◦ green 163 ◦ blue 215

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

Shades of Lavender Rose #EBA3D7

Tints of Lavender Rose #EBA3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 38.34%
G = 26.59%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA3D7 (or 0xEBA3D7) is known color: Lavender Rose. HEX triplet: EB, A3 and D7. RGB value is (235,163,215). Sum of RGB (Red+Green+Blue) = 235+163+215=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3D7 is #145C28. Grayscale: #BEBEBE. Windows color (decimal): -1334313 or 14132203. OLE color: 14132203.

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

Color convert

RGB 235 163 215 -
CMYK 0 0.31 0.09 0.08
HSL 316.67º 0.64% 0.78% -
HSV(B) 316.67º 0.31% 0.92% -
XYZ 59.62 48.76 70.56 -
YUV 190.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 235 163 215 0 0.31 0.09 0.08 316.67 0.64 0.78
Hex EB A3 D7 0 1F 9 8 13D 40 4E
Octal 353 243 327 0 37 11 10 475 100 116
Binary 11101011 10100011 11010111 0 11111 1001 1000 100111101 1000000 1001110

Color Harmonies of #EBA3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3D7

Black with #EBA3D7

Text Example


Text Example

White with #EBA3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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