Html Css Color HEX #EF08E1 Hot Magenta

📋 copy color: '#EF08E1'

red 239 ◦ green 8 ◦ blue 225

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

Shades of Hot Magenta #EF08E1

Tints of Hot Magenta #EF08E1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

 BLUE value IS 225 (88.28% from 255) = 47.67%

R = 50.64%
G = 1.69%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF08E1 (or 0xEF08E1) is known color: Hot Magenta. HEX triplet: EF, 08 and E1. RGB value is (239,8,225). Sum of RGB (Red+Green+Blue) = 239+8+225=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08E1 is #10F71E. Grayscale: #656565. Windows color (decimal): -1111839 or 14747887. OLE color: 14747887.

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

Color convert

RGB 239 8 225 -
CMYK 0 0.97 0.06 0.06
HSL 303.64º 0.94% 0.48% -
HSV(B) 303.64º 0.97% 0.94% -
XYZ 49.27 23.96 73.26 -
YUV 101.81 197.53 225.86 -
System Red Green Blue C M Y K H S L
Decimal 239 8 225 0 0.97 0.06 0.06 303.64 0.94 0.48
Hex EF 8 E1 0 61 6 6 130 5E 30
Octal 357 10 341 0 141 6 6 460 136 60
Binary 11101111 1000 11100001 0 1100001 110 110 100110000 1011110 110000

Color Harmonies of #EF08E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08E1

Black with #EF08E1

Text Example


Text Example

White with #EF08E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08E1; }

 p { color: rgb(239,8,225); }

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

background-color css

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

 a { background-color: rgb(239,8,225); }

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

border-color css

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

 span { border-color: rgb(239,8,225); }

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