#EF98E4

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

Shades of Lavender Rose #EF98E4

Tints of Lavender Rose #EF98E4

Color information

#EF98E4 (or 0xEF98E4) is unknown color: approx Lavender Rose. HEX triplet: EF, 98 and E4. RGB value is (239,152,228). Sum of RGB (Red+Green+Blue) = 239+152+228=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98E4 is #10671B. Grayscale: #BABABA. Windows color (decimal): -1074972 or 14981359. OLE color: 14981359.

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

Color convert

RGB239152228-
CMYK00.360.050.06
HSL307.59º73.11%76.67%-
HSV(B)307.59º36.4%93.73%-
XYZ60.8346.4179.15-
YUV186.68151.32165.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=38.61%
G=24.56%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915222800.360.050.06307.5973.1176.67
HexEF98E402456134494d
Octal35723034404456464111115
Binary111011111001100011100100010010010111010011010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98E4; }

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

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

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

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

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

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

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

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