Html Css Color HEX #E792D4 Plum

📋 copy color: '#E792D4'

red 231 ◦ green 146 ◦ blue 212

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

Shades of Plum #E792D4

Tints of Plum #E792D4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.79%

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

R = 39.22%
G = 24.79%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E792D4 (or 0xE792D4) is known color: Plum. HEX triplet: E7, 92 and D4. RGB value is (231,146,212). Sum of RGB (Red+Green+Blue) = 231+146+212=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D4 is #186D2B. Grayscale: #B2B2B2. Windows color (decimal): -1600812 or 13931239. OLE color: 13931239.

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

Color convert

RGB 231 146 212 -
CMYK 0 0.37 0.08 0.09
HSL 313.41º 0.64% 0.74% -
HSV(B) 313.41º 0.37% 0.91% -
XYZ 55.12 42.3 67.55 -
YUV 178.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 231 146 212 0 0.37 0.08 0.09 313.41 0.64 0.74
Hex E7 92 D4 0 25 8 9 139 40 4A
Octal 347 222 324 0 45 10 11 471 100 112
Binary 11100111 10010010 11010100 0 100101 1000 1001 100111001 1000000 1001010

Color Harmonies of #E792D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E792D4

Black with #E792D4

Text Example


Text Example

White with #E792D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E792D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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