Html Css Color HEX #EF02DA Hot Magenta

📋 copy color: '#EF02DA'

red 239 ◦ green 2 ◦ blue 218

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

Shades of Hot Magenta #EF02DA

Tints of Hot Magenta #EF02DA

RGB

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

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

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

R = 52.07%
G = 0.44%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF02DA (or 0xEF02DA) is known color: Hot Magenta. HEX triplet: EF, 02 and DA. RGB value is (239,2,218). Sum of RGB (Red+Green+Blue) = 239+2+218=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02DA is #10FD25. Grayscale: #606060. Windows color (decimal): -1113382 or 14287599. OLE color: 14287599.

HSL color Cylindrical-coordinate representation of color #EF02DA: hue angle of 305.32º 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 #EF02DA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 218 -
CMYK 0 0.99 0.09 0.06
HSL 305.32º 0.98% 0.47% -
HSV(B) 305.32º 0.99% 0.94% -
XYZ 48.27 23.46 68.31 -
YUV 97.49 196.02 228.94 -
System Red Green Blue C M Y K H S L
Decimal 239 2 218 0 0.99 0.09 0.06 305.32 0.98 0.47
Hex EF 2 DA 0 63 9 6 131 62 2F
Octal 357 2 332 0 143 11 6 461 142 57
Binary 11101111 10 11011010 0 1100011 1001 110 100110001 1100010 101111

Color Harmonies of #EF02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02DA

Black with #EF02DA

Text Example


Text Example

White with #EF02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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