Html Css Color HEX #E794D1 Lavender Rose

📋 copy color: '#E794D1'

red 231 ◦ green 148 ◦ blue 209

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

Shades of Lavender Rose #E794D1

Tints of Lavender Rose #E794D1

RGB

 RED value IS 231 (90.63% from 255) = 39.29%

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

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

R = 39.29%
G = 25.17%
B = 35.54%

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

#E794D1 (or 0xE794D1) is known color: Lavender Rose. HEX triplet: E7, 94 and D1. RGB value is (231,148,209). Sum of RGB (Red+Green+Blue) = 231+148+209=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D1 is #186B2E. Grayscale: #B3B3B3. Windows color (decimal): -1600303 or 13735143. OLE color: 13735143.

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

Color convert

RGB 231 148 209 -
CMYK 0 0.36 0.10 0.09
HSL 315.9º 0.63% 0.74% -
HSV(B) 315.9º 0.36% 0.91% -
XYZ 55.05 42.77 65.68 -
YUV 179.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 231 148 209 0 0.36 0.10 0.09 315.9 0.63 0.74
Hex E7 94 D1 0 24 A 9 13C 3F 4A
Octal 347 224 321 0 44 12 11 474 77 112
Binary 11100111 10010100 11010001 0 100100 1010 1001 100111100 111111 1001010

Color Harmonies of #E794D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794D1

Black with #E794D1

Text Example


Text Example

White with #E794D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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