#EF98E6

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

Shades of Lavender Rose #EF98E6

Tints of Lavender Rose #EF98E6

Color information

#EF98E6 (or 0xEF98E6) is unknown color: approx Lavender Rose. HEX triplet: EF, 98 and E6. RGB value is (239,152,230). Sum of RGB (Red+Green+Blue) = 239+152+230=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98E6 is #106719. Grayscale: #BABABA. Windows color (decimal): -1074970 or 15112431. OLE color: 15112431.

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

Color convert

RGB239152230-
CMYK00.360.040.06
HSL306.21º73.11%76.67%-
HSV(B)306.21º36.4%93.73%-
XYZ61.1146.5280.62-
YUV186.9152.32165.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=38.49%
G=24.48%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915223000.360.040.06306.2173.1176.67
HexEF98E602446132494d
Octal35723034604446462111115
Binary111011111001100011100110010010010011010011001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98E6; }

 p { color: rgb(239,152,230); }

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

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

 a { background-color: rgb(239,152,230); }

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

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

 span { border-color: rgb(239,152,230); }

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