Html Css Color HEX #E995D2 Lavender Rose

📋 copy color: '#E995D2'

red 233 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #E995D2

Tints of Lavender Rose #E995D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 39.36%
G = 25.17%
B = 35.47%

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

#E995D2 (or 0xE995D2) is known color: Lavender Rose. HEX triplet: E9, 95 and D2. RGB value is (233,149,210). Sum of RGB (Red+Green+Blue) = 233+149+210=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D2 is #166A2D. Grayscale: #B4B4B4. Windows color (decimal): -1468974 or 13800937. OLE color: 13800937.

HSL color Cylindrical-coordinate representation of color #E995D2: hue angle of 316.43º 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 #E995D2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 149 210 -
CMYK 0 0.36 0.10 0.09
HSL 316.43º 0.66% 0.75% -
HSV(B) 316.43º 0.36% 0.91% -
XYZ 55.98 43.47 66.41 -
YUV 181.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 233 149 210 0 0.36 0.10 0.09 316.43 0.66 0.75
Hex E9 95 D2 0 24 A 9 13C 42 4B
Octal 351 225 322 0 44 12 11 474 102 113
Binary 11101001 10010101 11010010 0 100100 1010 1001 100111100 1000010 1001011

Color Harmonies of #E995D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995D2

Black with #E995D2

Text Example


Text Example

White with #E995D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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