Html Css Color HEX #E894D1 Lavender Rose

📋 copy color: '#E894D1'

red 232 ◦ green 148 ◦ blue 209

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

Shades of Lavender Rose #E894D1

Tints of Lavender Rose #E894D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.13%

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

R = 39.39%
G = 25.13%
B = 35.48%

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

#E894D1 (or 0xE894D1) is known color: Lavender Rose. HEX triplet: E8, 94 and D1. RGB value is (232,148,209). Sum of RGB (Red+Green+Blue) = 232+148+209=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D1 is #176B2E. Grayscale: #B3B3B3. Windows color (decimal): -1534767 or 13735144. OLE color: 13735144.

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

Color convert

RGB 232 148 209 -
CMYK 0 0.36 0.10 0.09
HSL 316.43º 0.65% 0.75% -
HSV(B) 316.43º 0.36% 0.91% -
XYZ 55.38 42.94 65.69 -
YUV 180.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 232 148 209 0 0.36 0.10 0.09 316.43 0.65 0.75
Hex E8 94 D1 0 24 A 9 13C 41 4B
Octal 350 224 321 0 44 12 11 474 101 113
Binary 11101000 10010100 11010001 0 100100 1010 1001 100111100 1000001 1001011

Color Harmonies of #E894D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894D1

Black with #E894D1

Text Example


Text Example

White with #E894D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894D1; }

 p { color: rgb(232,148,209); }

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

background-color css

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

 a { background-color: rgb(232,148,209); }

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

border-color css

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

 span { border-color: rgb(232,148,209); }

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