#EF99E1

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

Shades of Lavender Rose #EF99E1

Tints of Lavender Rose #EF99E1

Color information

#EF99E1 (or 0xEF99E1) is unknown color: approx Lavender Rose. HEX triplet: EF, 99 and E1. RGB value is (239,153,225). Sum of RGB (Red+Green+Blue) = 239+153+225=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99E1 is #10661E. Grayscale: #BABABA. Windows color (decimal): -1074719 or 14785007. OLE color: 14785007.

HSL color Cylindrical-coordinate representation of color #EF99E1: hue angle of 309.77º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99E1 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239153225-
CMYK00.360.060.06
HSL309.77º72.88%76.86%-
HSV(B)309.77º35.98%93.73%-
XYZ60.5846.5777.03-
YUV186.92149.49165.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=38.74%
G=24.80%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915322500.360.060.06309.7772.8876.86
HexEF99E102466136494d
Octal35723134104466466111115
Binary111011111001100111100001010010011011010011011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99E1; }

 p { color: rgb(239,153,225); }

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

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

 a { background-color: rgb(239,153,225); }

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

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

 span { border-color: rgb(239,153,225); }

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