Html Css Color HEX #E896D5 Lavender Rose

📋 copy color: '#E896D5'

red 232 ◦ green 150 ◦ blue 213

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

Shades of Lavender Rose #E896D5

Tints of Lavender Rose #E896D5

RGB

 RED value IS 232 (91.02% from 255) = 38.99%

 GREEN value IS 150 (58.98% from 255) = 25.21%

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 38.99%
G = 25.21%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E896D5 (or 0xE896D5) is known color: Lavender Rose. HEX triplet: E8, 96 and D5. RGB value is (232,150,213). Sum of RGB (Red+Green+Blue) = 232+150+213=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E896D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896D5 is #17692A. Grayscale: #B5B5B5. Windows color (decimal): -1534251 or 13997800. OLE color: 13997800.

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

Color convert

RGB 232 150 213 -
CMYK 0 0.35 0.08 0.09
HSL 313.9º 0.64% 0.75% -
HSV(B) 313.9º 0.35% 0.91% -
XYZ 56.2 43.77 68.44 -
YUV 181.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 232 150 213 0 0.35 0.08 0.09 313.9 0.64 0.75
Hex E8 96 D5 0 23 8 9 13A 40 4B
Octal 350 226 325 0 43 10 11 472 100 113
Binary 11101000 10010110 11010101 0 100011 1000 1001 100111010 1000000 1001011

Color Harmonies of #E896D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896D5

Black with #E896D5

Text Example


Text Example

White with #E896D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896D5; }

 p { color: rgb(232,150,213); }

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

background-color css

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

 a { background-color: rgb(232,150,213); }

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

border-color css

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

 span { border-color: rgb(232,150,213); }

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