#ED99E3

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

Shades of Lavender Rose #ED99E3

Tints of Lavender Rose #ED99E3

Color information

#ED99E3 (or 0xED99E3) is unknown color: approx Lavender Rose. HEX triplet: ED, 99 and E3. RGB value is (237,153,227). Sum of RGB (Red+Green+Blue) = 237+153+227=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E3 is #12661C. Grayscale: #BABABA. Windows color (decimal): -1205789 or 14916077. OLE color: 14916077.

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

Color convert

RGB237153227-
CMYK00.350.040.07
HSL307.14º70%76.47%-
HSV(B)307.14º35.44%92.94%-
XYZ60.1846.3378.44-
YUV186.55150.83163.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=38.41%
G=24.80%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715322700.350.040.07307.147076.47
HexED99E302347133464c
Octal35523134304347463106114
Binary111011011001100111100011010001110011110011001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99E3; }

 p { color: rgb(237,153,227); }

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

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

 a { background-color: rgb(237,153,227); }

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

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

 span { border-color: rgb(237,153,227); }

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