Html Css Color HEX #EF0FE5 Magenta

📋 copy color: '#EF0FE5'

red 239 ◦ green 15 ◦ blue 229

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

Shades of Magenta #EF0FE5

Tints of Magenta #EF0FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 49.48%
G = 3.11%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF0FE5 (or 0xEF0FE5) is known color: Magenta. HEX triplet: EF, 0F and E5. RGB value is (239,15,229). Sum of RGB (Red+Green+Blue) = 239+15+229=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FE5 is #10F01A. Grayscale: #696969. Windows color (decimal): -1110043 or 15011823. OLE color: 15011823.

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

Color convert

RGB 239 15 229 -
CMYK 0 0.94 0.04 0.06
HSL 302.68º 0.88% 0.5% -
HSV(B) 302.68º 0.94% 0.94% -
XYZ 49.91 24.35 76.2 -
YUV 106.37 197.21 222.6 -
System Red Green Blue C M Y K H S L
Decimal 239 15 229 0 0.94 0.04 0.06 302.68 0.88 0.5
Hex EF F E5 0 5E 4 6 12F 58 32
Octal 357 17 345 0 136 4 6 457 130 62
Binary 11101111 1111 11100101 0 1011110 100 110 100101111 1011000 110010

Color Harmonies of #EF0FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FE5

Black with #EF0FE5

Text Example


Text Example

White with #EF0FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FE5; }

 p { color: rgb(239,15,229); }

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

background-color css

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

 a { background-color: rgb(239,15,229); }

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

border-color css

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

 span { border-color: rgb(239,15,229); }

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