#E992D2

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

Shades of Lavender Rose #E992D2

Tints of Lavender Rose #E992D2

Color information

#E992D2 (or 0xE992D2) is unknown color: approx Lavender Rose. HEX triplet: E9, 92 and D2. RGB value is (233,146,210). Sum of RGB (Red+Green+Blue) = 233+146+210=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D2 is #166D2D. Grayscale: #B3B3B3. Windows color (decimal): -1469742 or 13800169. OLE color: 13800169.

HSL color Cylindrical-coordinate representation of color #E992D2: hue angle of 315.86º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992D2 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233146210-
CMYK00.370.100.09
HSL315.86º66.41%74.31%-
HSV(B)315.86º37.34%91.37%-
XYZ55.5242.5366.26-
YUV179.31145.32166.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=39.56%
G=24.79%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314621000.370.100.09315.8666.4174.31
HexE992D2025A913c424a
Octal3512223220451211474102112
Binary11101001100100101101001001001011010100110011110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992D2; }

 p { color: rgb(233,146,210); }

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

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

 a { background-color: rgb(233,146,210); }

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

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

 span { border-color: rgb(233,146,210); }

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