#EF99E7

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

Shades of Lavender Rose #EF99E7

Tints of Lavender Rose #EF99E7

Color information

#EF99E7 (or 0xEF99E7) is unknown color: approx Lavender Rose. HEX triplet: EF, 99 and E7. RGB value is (239,153,231). Sum of RGB (Red+Green+Blue) = 239+153+231=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99E7 is #106618. Grayscale: #BBBBBB. Windows color (decimal): -1074713 or 15178223. OLE color: 15178223.

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

Color convert

RGB239153231-
CMYK00.360.030.06
HSL305.58º72.88%76.86%-
HSV(B)305.58º35.98%93.73%-
XYZ61.4146.981.42-
YUV187.61152.49164.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=38.36%
G=24.56%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915323100.360.030.06305.5872.8876.86
HexEF99E702436132494d
Octal35723134704436462111115
Binary11101111100110011110011101001001111010011001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99E7; }

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

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

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

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

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

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

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

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