#EB93D7

Color #EB93D7 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EB93D7

Tints of Lavender Rose #EB93D7

Color information

#EB93D7 (or 0xEB93D7) is unknown color: approx Lavender Rose. HEX triplet: EB, 93 and D7. RGB value is (235,147,215). Sum of RGB (Red+Green+Blue) = 235+147+215=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93D7 is #146C28. Grayscale: #B4B4B4. Windows color (decimal): -1338409 or 14128107. OLE color: 14128107.

HSL color Cylindrical-coordinate representation of color #EB93D7: hue angle of 313.64º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB93D7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235147215-
CMYK00.370.090.08
HSL313.64º68.75%74.9%-
HSV(B)313.64º37.45%92.16%-
XYZ56.9643.4469.67-
YUV181.06147.15166.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=39.36%
G=24.62%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514721500.370.090.08313.6468.7574.9
HexEB93D70259813a454b
Octal3532233270451110472105113
Binary11101011100100111101011101001011001100010011101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93D7; }

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

 H1.HeaderClassName
 {
   color: #EB93D7;
 }
 .AnyTagClassName
 {
   color: #EB93D7;
 }
</style>
background-color css

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

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

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

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

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

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