#ED9AE3

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

Shades of Lavender Rose #ED9AE3

Tints of Lavender Rose #ED9AE3

Color information

#ED9AE3 (or 0xED9AE3) is unknown color: approx Lavender Rose. HEX triplet: ED, 9A and E3. RGB value is (237,154,227). Sum of RGB (Red+Green+Blue) = 237+154+227=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AE3 is #12651C. Grayscale: #BABABA. Windows color (decimal): -1205533 or 14916333. OLE color: 14916333.

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

Color convert

RGB237154227-
CMYK00.350.040.07
HSL307.23º69.75%76.67%-
HSV(B)307.23º35.02%92.94%-
XYZ60.3546.6678.5-
YUV187.14150.5163.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 154 (60.55% from 255) = 24.92%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=38.35%
G=24.92%
B=36.73%

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
Decimal23715422700.350.040.07307.2369.7576.67
HexED9AE302347133464d
Octal35523234304347463106115
Binary111011011001101011100011010001110011110011001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AE3; }

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

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

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

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

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

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

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

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