#EB94DC

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

Shades of Lavender Rose #EB94DC

Tints of Lavender Rose #EB94DC

Color information

#EB94DC (or 0xEB94DC) is unknown color: approx Lavender Rose. HEX triplet: EB, 94 and DC. RGB value is (235,148,220). Sum of RGB (Red+Green+Blue) = 235+148+220=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94DC is #146B23. Grayscale: #B6B6B6. Windows color (decimal): -1338148 or 14456043. OLE color: 14456043.

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

Color convert

RGB235148220-
CMYK00.370.060.08
HSL310.34º68.5%75.1%-
HSV(B)310.34º37.02%92.16%-
XYZ57.7744.0173.16-
YUV182.22149.32165.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=38.97%
G=24.54%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514822000.370.060.08310.3468.575.1
HexEB94DC02568136454b
Octal353224334045610466105113
Binary1110101110010100110111000100101110100010011011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94DC; }

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

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

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

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

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

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

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

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