#E69ED1

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

Shades of Lavender Rose #E69ED1

Tints of Lavender Rose #E69ED1

Color information

#E69ED1 (or 0xE69ED1) is unknown color: approx Lavender Rose. HEX triplet: E6, 9E and D1. RGB value is (230,158,209). Sum of RGB (Red+Green+Blue) = 230+158+209=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ED1 is #19612E. Grayscale: #B9B9B9. Windows color (decimal): -1663279 or 13737702. OLE color: 13737702.

HSL color Cylindrical-coordinate representation of color #E69ED1: hue angle of 317.5º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69ED1 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230158209-
CMYK00.310.090.10
HSL317.5º59.02%76.08%-
HSV(B)317.5º31.3%90.2%-
XYZ56.3745.8866.21-
YUV185.34141.35159.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.53%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=38.53%
G=26.47%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015820900.310.090.10317.559.0276.08
HexE69ED101F9A13e3b4c
Octal346236321037111247673114
Binary111001101001111011010001011111100110101001111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ED1; }

 p { color: rgb(230,158,209); }

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

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

 a { background-color: rgb(230,158,209); }

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

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

 span { border-color: rgb(230,158,209); }

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