Html Css Color HEX #E995D1 Lavender Rose

📋 copy color: '#E995D1'

red 233 ◦ green 149 ◦ blue 209

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

Shades of Lavender Rose #E995D1

Tints of Lavender Rose #E995D1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 39.42%
G = 25.21%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E995D1 (or 0xE995D1) is known color: Lavender Rose. HEX triplet: E9, 95 and D1. RGB value is (233,149,209). Sum of RGB (Red+Green+Blue) = 233+149+209=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D1 is #166A2E. Grayscale: #B4B4B4. Windows color (decimal): -1468975 or 13735401. OLE color: 13735401.

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

Color convert

RGB 233 149 209 -
CMYK 0 0.36 0.10 0.09
HSL 317.14º 0.66% 0.75% -
HSV(B) 317.14º 0.36% 0.91% -
XYZ 55.86 43.42 65.76 -
YUV 180.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 233 149 209 0 0.36 0.10 0.09 317.14 0.66 0.75
Hex E9 95 D1 0 24 A 9 13D 42 4B
Octal 351 225 321 0 44 12 11 475 102 113
Binary 11101001 10010101 11010001 0 100100 1010 1001 100111101 1000010 1001011

Color Harmonies of #E995D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995D1

Black with #E995D1

Text Example


Text Example

White with #E995D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995D1; }

 p { color: rgb(233,149,209); }

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

background-color css

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

 a { background-color: rgb(233,149,209); }

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

border-color css

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

 span { border-color: rgb(233,149,209); }

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