Html Css Color HEX #EF18DD Hot Magenta

📋 copy color: '#EF18DD'

red 239 ◦ green 24 ◦ blue 221

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

Shades of Hot Magenta #EF18DD

Tints of Hot Magenta #EF18DD

RGB

 RED value IS 239 (93.75% from 255) = 49.38%

 GREEN value IS 24 (9.77% from 255) = 4.96%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 49.38%
G = 4.96%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF18DD (or 0xEF18DD) is known color: Hot Magenta. HEX triplet: EF, 18 and DD. RGB value is (239,24,221). Sum of RGB (Red+Green+Blue) = 239+24+221=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18DD is #10E722. Grayscale: #6E6E6E. Windows color (decimal): -1107747 or 14489839. OLE color: 14489839.

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

Color convert

RGB 239 24 221 -
CMYK 0 0.90 0.08 0.06
HSL 305.02º 0.87% 0.52% -
HSV(B) 305.02º 0.9% 0.94% -
XYZ 48.97 24.22 70.5 -
YUV 110.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 239 24 221 0 0.90 0.08 0.06 305.02 0.87 0.52
Hex EF 18 DD 0 5A 8 6 131 57 34
Octal 357 30 335 0 132 10 6 461 127 64
Binary 11101111 11000 11011101 0 1011010 1000 110 100110001 1010111 110100

Color Harmonies of #EF18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18DD

Black with #EF18DD

Text Example


Text Example

White with #EF18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18DD; }

 p { color: rgb(239,24,221); }

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

background-color css

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

 a { background-color: rgb(239,24,221); }

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

border-color css

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

 span { border-color: rgb(239,24,221); }

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