#EB9ED4

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

Shades of Lavender Rose #EB9ED4

Tints of Lavender Rose #EB9ED4

Color information

#EB9ED4 (or 0xEB9ED4) is unknown color: approx Lavender Rose. HEX triplet: EB, 9E and D4. RGB value is (235,158,212). Sum of RGB (Red+Green+Blue) = 235+158+212=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ED4 is #14612B. Grayscale: #BBBBBB. Windows color (decimal): -1335596 or 13934315. OLE color: 13934315.

HSL color Cylindrical-coordinate representation of color #EB9ED4: hue angle of 317.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9ED4 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235158212-
CMYK00.330.100.08
HSL317.92º65.81%77.06%-
HSV(B)317.92º32.77%92.16%-
XYZ58.3746.8768.26-
YUV187.18142.01162.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=38.84%
G=26.12%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515821200.330.100.08317.9265.8177.06
HexEB9ED4021A813e424d
Octal3532363240411210476102115
Binary11101011100111101101010001000011010100010011111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ED4; }

 p { color: rgb(235,158,212); }

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

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

 a { background-color: rgb(235,158,212); }

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

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

 span { border-color: rgb(235,158,212); }

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