#EF99EA

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

Shades of Lavender Rose #EF99EA

Tints of Lavender Rose #EF99EA

Color information

#EF99EA (or 0xEF99EA) is unknown color: approx Lavender Rose. HEX triplet: EF, 99 and EA. RGB value is (239,153,234). Sum of RGB (Red+Green+Blue) = 239+153+234=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99EA is #106615. Grayscale: #BBBBBB. Windows color (decimal): -1074710 or 15374831. OLE color: 15374831.

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

Color convert

RGB239153234-
CMYK00.360.020.06
HSL303.49º72.88%76.86%-
HSV(B)303.49º35.98%93.73%-
XYZ61.8447.0783.67-
YUV187.95153.99164.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 153 (60.16% from 255) = 24.44%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=38.18%
G=24.44%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915323400.360.020.06303.4972.8876.86
HexEF99EA0242612f494d
Octal35723135204426457111115
Binary11101111100110011110101001001001011010010111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99EA; }

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

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

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

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

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

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

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

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