Html Css Color HEX #EF16DA Hot Magenta

📋 copy color: '#EF16DA'

red 239 ◦ green 22 ◦ blue 218

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

Shades of Hot Magenta #EF16DA

Tints of Hot Magenta #EF16DA

RGB

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

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

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

R = 49.9%
G = 4.59%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF16DA (or 0xEF16DA) is known color: Hot Magenta. HEX triplet: EF, 16 and DA. RGB value is (239,22,218). Sum of RGB (Red+Green+Blue) = 239+22+218=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16DA is #10E925. Grayscale: #6C6C6C. Windows color (decimal): -1108262 or 14292719. OLE color: 14292719.

HSL color Cylindrical-coordinate representation of color #EF16DA: hue angle of 305.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16DA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 218 -
CMYK 0 0.91 0.09 0.06
HSL 305.81º 0.87% 0.51% -
HSV(B) 305.81º 0.91% 0.94% -
XYZ 48.54 23.99 68.4 -
YUV 109.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 239 22 218 0 0.91 0.09 0.06 305.81 0.87 0.51
Hex EF 16 DA 0 5B 9 6 132 57 33
Octal 357 26 332 0 133 11 6 462 127 63
Binary 11101111 10110 11011010 0 1011011 1001 110 100110010 1010111 110011

Color Harmonies of #EF16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16DA

Black with #EF16DA

Text Example


Text Example

White with #EF16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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