#EB94D2

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

Shades of Lavender Rose #EB94D2

Tints of Lavender Rose #EB94D2

Color information

#EB94D2 (or 0xEB94D2) is unknown color: approx Lavender Rose. HEX triplet: EB, 94 and D2. RGB value is (235,148,210). Sum of RGB (Red+Green+Blue) = 235+148+210=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94D2 is #146B2D. Grayscale: #B4B4B4. Windows color (decimal): -1338158 or 13800683. OLE color: 13800683.

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

Color convert

RGB235148210-
CMYK00.370.110.08
HSL317.24º68.5%75.1%-
HSV(B)317.24º37.02%92.16%-
XYZ56.4843.566.39-
YUV181.08144.32166.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=39.63%
G=24.96%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514821000.370.110.08317.2468.575.1
HexEB94D2025B813d454b
Octal3532243220451310475105113
Binary11101011100101001101001001001011011100010011110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94D2; }

 p { color: rgb(235,148,210); }

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

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

 a { background-color: rgb(235,148,210); }

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

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

 span { border-color: rgb(235,148,210); }

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