#ED99E2

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

Shades of Lavender Rose #ED99E2

Tints of Lavender Rose #ED99E2

Color information

#ED99E2 (or 0xED99E2) is unknown color: approx Lavender Rose. HEX triplet: ED, 99 and E2. RGB value is (237,153,226). Sum of RGB (Red+Green+Blue) = 237+153+226=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E2 is #12661D. Grayscale: #BABABA. Windows color (decimal): -1205790 or 14850541. OLE color: 14850541.

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

Color convert

RGB237153226-
CMYK00.350.050.07
HSL307.86º70%76.47%-
HSV(B)307.86º35.44%92.94%-
XYZ60.0446.2877.72-
YUV186.44150.33164.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 153 (60.16% from 255) = 24.84%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=38.47%
G=24.84%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715322600.350.050.07307.867076.47
HexED99E202357134464c
Octal35523134204357464106114
Binary111011011001100111100010010001110111110011010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99E2; }

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

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

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

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

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

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

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

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