#E99CD7

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

Shades of Lavender Rose #E99CD7

Tints of Lavender Rose #E99CD7

Color information

#E99CD7 (or 0xE99CD7) is unknown color: approx Lavender Rose. HEX triplet: E9, 9C and D7. RGB value is (233,156,215). Sum of RGB (Red+Green+Blue) = 233+156+215=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CD7 is #166328. Grayscale: #B9B9B9. Windows color (decimal): -1467177 or 14130409. OLE color: 14130409.

HSL color Cylindrical-coordinate representation of color #E99CD7: hue angle of 314.03º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99CD7 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233156215-
CMYK00.330.080.09
HSL314.03º63.64%76.27%-
HSV(B)314.03º33.05%91.37%-
XYZ57.7646.0170.13-
YUV185.75144.51161.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=38.58%
G=25.83%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315621500.330.080.09314.0363.6476.27
HexE99CD70218913a404c
Octal3512343270411011472100114
Binary11101001100111001101011101000011000100110011101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CD7; }

 p { color: rgb(233,156,215); }

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

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

 a { background-color: rgb(233,156,215); }

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

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

 span { border-color: rgb(233,156,215); }

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