Html Css Color HEX #E799D4 Plum

📋 copy color: '#E799D4'

red 231 ◦ green 153 ◦ blue 212

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

Shades of Plum #E799D4

Tints of Plum #E799D4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.67%

 BLUE value IS 212 (83.2% from 255) = 35.57%

R = 38.76%
G = 25.67%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E799D4 (or 0xE799D4) is known color: Plum. HEX triplet: E7, 99 and D4. RGB value is (231,153,212). Sum of RGB (Red+Green+Blue) = 231+153+212=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E799D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799D4 is #18662B. Grayscale: #B6B6B6. Windows color (decimal): -1599020 or 13933031. OLE color: 13933031.

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

Color convert

RGB 231 153 212 -
CMYK 0 0.34 0.08 0.09
HSL 314.62º 0.62% 0.75% -
HSV(B) 314.62º 0.34% 0.91% -
XYZ 56.23 44.52 67.92 -
YUV 183.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 231 153 212 0 0.34 0.08 0.09 314.62 0.62 0.75
Hex E7 99 D4 0 22 8 9 13B 3E 4B
Octal 347 231 324 0 42 10 11 473 76 113
Binary 11100111 10011001 11010100 0 100010 1000 1001 100111011 111110 1001011

Color Harmonies of #E799D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E799D4

Black with #E799D4

Text Example


Text Example

White with #E799D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E799D4; }

 p { color: rgb(231,153,212); }

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

background-color css

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

 a { background-color: rgb(231,153,212); }

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

border-color css

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

 span { border-color: rgb(231,153,212); }

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