Html Css Color HEX #EF02DD Hot Magenta

📋 copy color: '#EF02DD'

red 239 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #EF02DD

Tints of Hot Magenta #EF02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 51.73%
G = 0.43%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF02DD (or 0xEF02DD) is known color: Hot Magenta. HEX triplet: EF, 02 and DD. RGB value is (239,2,221). Sum of RGB (Red+Green+Blue) = 239+2+221=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02DD is #10FD22. Grayscale: #616161. Windows color (decimal): -1113379 or 14484207. OLE color: 14484207.

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

Color convert

RGB 239 2 221 -
CMYK 0 0.99 0.08 0.06
HSL 304.56º 0.98% 0.47% -
HSV(B) 304.56º 0.99% 0.94% -
XYZ 48.67 23.61 70.4 -
YUV 97.83 197.52 228.69 -
System Red Green Blue C M Y K H S L
Decimal 239 2 221 0 0.99 0.08 0.06 304.56 0.98 0.47
Hex EF 2 DD 0 63 8 6 131 62 2F
Octal 357 2 335 0 143 10 6 461 142 57
Binary 11101111 10 11011101 0 1100011 1000 110 100110001 1100010 101111

Color Harmonies of #EF02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02DD

Black with #EF02DD

Text Example


Text Example

White with #EF02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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