Html Css Color HEX #E99EDA Lavender Rose

📋 copy color: '#E99EDA'

red 233 ◦ green 158 ◦ blue 218

#E99EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #E99EDA

Tints of Lavender Rose #E99EDA

RGB

 RED value IS 233 (91.41% from 255) = 38.26%

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 38.26%
G = 25.94%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E99EDA (or 0xE99EDA) is known color: Lavender Rose. HEX triplet: E9, 9E and DA. RGB value is (233,158,218). Sum of RGB (Red+Green+Blue) = 233+158+218=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EDA is #166125. Grayscale: #BBBBBB. Windows color (decimal): -1466662 or 14327529. OLE color: 14327529.

HSL color Cylindrical-coordinate representation of color #E99EDA: hue angle of 312º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EDA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 158 218 -
CMYK 0 0.32 0.06 0.09
HSL 312º 0.63% 0.77% -
HSV(B) 312º 0.32% 0.91% -
XYZ 58.49 46.84 72.29 -
YUV 187.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 233 158 218 0 0.32 0.06 0.09 312 0.63 0.77
Hex E9 9E DA 0 20 6 9 138 3F 4D
Octal 351 236 332 0 40 6 11 470 77 115
Binary 11101001 10011110 11011010 0 100000 110 1001 100111000 111111 1001101

Color Harmonies of #E99EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99EDA

Black with #E99EDA

Text Example


Text Example

White with #E99EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99EDA; }

 p { color: rgb(233,158,218); }

 H1.HeaderClassName
 {
   color: #E99EDA;
 }
 .AnyTagClassName
 {
   color: #E99EDA;
 }
</style>

background-color css

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

 a { background-color: rgb(233,158,218); }

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

border-color css

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

 span { border-color: rgb(233,158,218); }

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