#EF93D8

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

Shades of Lavender Rose #EF93D8

Tints of Lavender Rose #EF93D8

Color information

#EF93D8 (or 0xEF93D8) is unknown color: approx Lavender Rose. HEX triplet: EF, 93 and D8. RGB value is (239,147,216). Sum of RGB (Red+Green+Blue) = 239+147+216=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93D8 is #106C27. Grayscale: #B6B6B6. Windows color (decimal): -1076264 or 14193647. OLE color: 14193647.

HSL color Cylindrical-coordinate representation of color #EF93D8: hue angle of 315º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93D8 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239147216-
CMYK00.380.100.06
HSL315º74.19%75.69%-
HSV(B)315º38.49%93.73%-
XYZ58.4244.1870.41-
YUV182.37146.98168.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=39.70%
G=24.42%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914721600.380.100.0631574.1975.69
HexEF93D8026A613b4a4c
Octal357223330046126473112114
Binary1110111110010011110110000100110101011010011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93D8; }

 p { color: rgb(239,147,216); }

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

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

 a { background-color: rgb(239,147,216); }

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

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

 span { border-color: rgb(239,147,216); }

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