Html Css Color HEX #E716DA Hot Magenta

📋 copy color: '#E716DA'

red 231 ◦ green 22 ◦ blue 218

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

Shades of Hot Magenta #E716DA

Tints of Hot Magenta #E716DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 49.04%
G = 4.67%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E716DA (or 0xE716DA) is known color: Hot Magenta. HEX triplet: E7, 16 and DA. RGB value is (231,22,218). Sum of RGB (Red+Green+Blue) = 231+22+218=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E716DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716DA is #18E925. Grayscale: #6A6A6A. Windows color (decimal): -1632550 or 14292711. OLE color: 14292711.

HSL color Cylindrical-coordinate representation of color #E716DA: hue angle of 303.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716DA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 218 -
CMYK 0 0.90 0.06 0.09
HSL 303.73º 0.83% 0.5% -
HSV(B) 303.73º 0.9% 0.91% -
XYZ 45.9 22.62 68.28 -
YUV 106.84 190.74 216.56 -
System Red Green Blue C M Y K H S L
Decimal 231 22 218 0 0.90 0.06 0.09 303.73 0.83 0.5
Hex E7 16 DA 0 5A 6 9 130 53 32
Octal 347 26 332 0 132 6 11 460 123 62
Binary 11100111 10110 11011010 0 1011010 110 1001 100110000 1010011 110010

Color Harmonies of #E716DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E716DA

Black with #E716DA

Text Example


Text Example

White with #E716DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E716DA; }

 p { color: rgb(231,22,218); }

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

background-color css

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

 a { background-color: rgb(231,22,218); }

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

border-color css

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

 span { border-color: rgb(231,22,218); }

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