#EF93D2

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

Shades of Lavender Rose #EF93D2

Tints of Lavender Rose #EF93D2

Color information

#EF93D2 (or 0xEF93D2) is unknown color: approx Lavender Rose. HEX triplet: EF, 93 and D2. RGB value is (239,147,210). Sum of RGB (Red+Green+Blue) = 239+147+210=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93D2 is #106C2D. Grayscale: #B5B5B5. Windows color (decimal): -1076270 or 13800431. OLE color: 13800431.

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

Color convert

RGB239147210-
CMYK00.380.120.06
HSL318.91º74.19%75.69%-
HSV(B)318.91º38.49%93.73%-
XYZ57.6643.8766.4-
YUV181.69143.98168.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=40.10%
G=24.66%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914721000.380.120.06318.9174.1975.69
HexEF93D2026C613f4a4c
Octal357223322046146477112114
Binary1110111110010011110100100100110110011010011111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93D2; }

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

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

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

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

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

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

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

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