Html Css Color HEX #EF0EFF Magenta

📋 copy color: '#EF0EFF'

red 239 ◦ green 14 ◦ blue 255

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

Shades of Magenta #EF0EFF

Tints of Magenta #EF0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.76%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 47.05%
G = 2.76%
B = 50.2%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF0EFF (or 0xEF0EFF) is known color: Magenta. HEX triplet: EF, 0E and FF. RGB value is (239,14,255). Sum of RGB (Red+Green+Blue) = 239+14+255=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EFF is #10F100. Grayscale: #6C6C6C. Windows color (decimal): -1110273 or 16715503. OLE color: 16715503.

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

Color convert

RGB 239 14 255 -
CMYK 0.06 0.95 0 0
HSL 296.02º 1% 0.53% -
HSV(B) 296.02º 0.95% 1% -
XYZ 53.8 25.88 96.77 -
YUV 108.75 210.54 220.9 -
System Red Green Blue C M Y K H S L
Decimal 239 14 255 0.06 0.95 0 0 296.02 1 0.53
Hex EF E FF 6 5F 0 0 128 64 35
Octal 357 16 377 6 137 0 0 450 144 65
Binary 11101111 1110 11111111 110 1011111 0 0 100101000 1100100 110101

Color Harmonies of #EF0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EFF

Black with #EF0EFF

Text Example


Text Example

White with #EF0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EFF; }

 p { color: rgb(239,14,255); }

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

background-color css

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

 a { background-color: rgb(239,14,255); }

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

border-color css

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

 span { border-color: rgb(239,14,255); }

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