Html Css Color HEX #E790D4 Pale Magenta

📋 copy color: '#E790D4'

red 231 ◦ green 144 ◦ blue 212

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

Shades of Pale Magenta #E790D4

Tints of Pale Magenta #E790D4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.53%

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

R = 39.35%
G = 24.53%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E790D4 (or 0xE790D4) is known color: Pale Magenta. HEX triplet: E7, 90 and D4. RGB value is (231,144,212). Sum of RGB (Red+Green+Blue) = 231+144+212=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E790D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790D4 is #186F2B. Grayscale: #B1B1B1. Windows color (decimal): -1601324 or 13930727. OLE color: 13930727.

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

Color convert

RGB 231 144 212 -
CMYK 0 0.38 0.08 0.09
HSL 313.1º 0.64% 0.74% -
HSV(B) 313.1º 0.38% 0.91% -
XYZ 54.81 41.69 67.45 -
YUV 177.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 231 144 212 0 0.38 0.08 0.09 313.1 0.64 0.74
Hex E7 90 D4 0 26 8 9 139 40 4A
Octal 347 220 324 0 46 10 11 471 100 112
Binary 11100111 10010000 11010100 0 100110 1000 1001 100111001 1000000 1001010

Color Harmonies of #E790D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790D4

Black with #E790D4

Text Example


Text Example

White with #E790D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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