#ED98E4

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

Shades of Lavender Rose #ED98E4

Tints of Lavender Rose #ED98E4

Color information

#ED98E4 (or 0xED98E4) is unknown color: approx Lavender Rose. HEX triplet: ED, 98 and E4. RGB value is (237,152,228). Sum of RGB (Red+Green+Blue) = 237+152+228=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98E4 is #12671B. Grayscale: #B9B9B9. Windows color (decimal): -1206044 or 14981357. OLE color: 14981357.

HSL color Cylindrical-coordinate representation of color #ED98E4: hue angle of 306.35º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98E4 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237152228-
CMYK00.360.040.07
HSL306.35º70.25%76.27%-
HSV(B)306.35º35.86%92.94%-
XYZ60.1646.0679.12-
YUV186.08151.66164.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 24.64%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=38.41%
G=24.64%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715222800.360.040.07306.3570.2576.27
HexED98E402447132464c
Octal35523034404447462106114
Binary111011011001100011100100010010010011110011001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98E4; }

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

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

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

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

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

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

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

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