Html Css Color HEX #EA14DB Hot Magenta

📋 copy color: '#EA14DB'

red 234 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #EA14DB

Tints of Hot Magenta #EA14DB

RGB

 RED value IS 234 (91.8% from 255) = 49.47%

 GREEN value IS 20 (8.2% from 255) = 4.23%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 49.47%
G = 4.23%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA14DB (or 0xEA14DB) is known color: Hot Magenta. HEX triplet: EA, 14 and DB. RGB value is (234,20,219). Sum of RGB (Red+Green+Blue) = 234+20+219=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14DB is #15EB24. Grayscale: #6A6A6A. Windows color (decimal): -1436453 or 14357738. OLE color: 14357738.

HSL color Cylindrical-coordinate representation of color #EA14DB: hue angle of 304.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA14DB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 20 219 -
CMYK 0 0.91 0.06 0.08
HSL 304.21º 0.84% 0.5% -
HSV(B) 304.21º 0.91% 0.92% -
XYZ 46.97 23.11 69 -
YUV 106.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 234 20 219 0 0.91 0.06 0.08 304.21 0.84 0.5
Hex EA 14 DB 0 5B 6 8 130 54 32
Octal 352 24 333 0 133 6 10 460 124 62
Binary 11101010 10100 11011011 0 1011011 110 1000 100110000 1010100 110010

Color Harmonies of #EA14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA14DB

Black with #EA14DB

Text Example


Text Example

White with #EA14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA14DB; }

 p { color: rgb(234,20,219); }

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

background-color css

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

 a { background-color: rgb(234,20,219); }

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

border-color css

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

 span { border-color: rgb(234,20,219); }

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