Html Css Color HEX #EA17DB Hot Magenta

📋 copy color: '#EA17DB'

red 234 ◦ green 23 ◦ blue 219

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

Shades of Hot Magenta #EA17DB

Tints of Hot Magenta #EA17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.83%

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

R = 49.16%
G = 4.83%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA17DB (or 0xEA17DB) is known color: Hot Magenta. HEX triplet: EA, 17 and DB. RGB value is (234,23,219). Sum of RGB (Red+Green+Blue) = 234+23+219=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17DB is #15E824. Grayscale: #6B6B6B. Windows color (decimal): -1435685 or 14358506. OLE color: 14358506.

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

Color convert

RGB 234 23 219 -
CMYK 0 0.90 0.06 0.08
HSL 304.27º 0.83% 0.5% -
HSV(B) 304.27º 0.9% 0.92% -
XYZ 47.02 23.22 69.02 -
YUV 108.43 190.4 217.56 -
System Red Green Blue C M Y K H S L
Decimal 234 23 219 0 0.90 0.06 0.08 304.27 0.83 0.5
Hex EA 17 DB 0 5A 6 8 130 53 32
Octal 352 27 333 0 132 6 10 460 123 62
Binary 11101010 10111 11011011 0 1011010 110 1000 100110000 1010011 110010

Color Harmonies of #EA17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17DB

Black with #EA17DB

Text Example


Text Example

White with #EA17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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