Html Css Color HEX #EF05DA Hot Magenta

📋 copy color: '#EF05DA'

red 239 ◦ green 5 ◦ blue 218

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

Shades of Hot Magenta #EF05DA

Tints of Hot Magenta #EF05DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 51.73%
G = 1.08%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF05DA (or 0xEF05DA) is known color: Hot Magenta. HEX triplet: EF, 05 and DA. RGB value is (239,5,218). Sum of RGB (Red+Green+Blue) = 239+5+218=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05DA is #10FA25. Grayscale: #626262. Windows color (decimal): -1112614 or 14288367. OLE color: 14288367.

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

Color convert

RGB 239 5 218 -
CMYK 0 0.98 0.09 0.06
HSL 305.38º 0.96% 0.48% -
HSV(B) 305.38º 0.98% 0.94% -
XYZ 48.31 23.52 68.32 -
YUV 99.25 195.02 227.68 -
System Red Green Blue C M Y K H S L
Decimal 239 5 218 0 0.98 0.09 0.06 305.38 0.96 0.48
Hex EF 5 DA 0 62 9 6 131 60 30
Octal 357 5 332 0 142 11 6 461 140 60
Binary 11101111 101 11011010 0 1100010 1001 110 100110001 1100000 110000

Color Harmonies of #EF05DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05DA

Black with #EF05DA

Text Example


Text Example

White with #EF05DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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