Html Css Color HEX #EF0CFF Magenta

📋 copy color: '#EF0CFF'

red 239 ◦ green 12 ◦ blue 255

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

Shades of Magenta #EF0CFF

Tints of Magenta #EF0CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.37%

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

R = 47.23%
G = 2.37%
B = 50.4%

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

#EF0CFF (or 0xEF0CFF) is known color: Magenta. HEX triplet: EF, 0C and FF. RGB value is (239,12,255). Sum of RGB (Red+Green+Blue) = 239+12+255=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CFF is #10F300. Grayscale: #6A6A6A. Windows color (decimal): -1110785 or 16714991. OLE color: 16714991.

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

Color convert

RGB 239 12 255 -
CMYK 0.06 0.95 0 0
HSL 296.05º 1% 0.52% -
HSV(B) 296.05º 0.95% 1% -
XYZ 53.78 25.83 96.76 -
YUV 107.58 211.21 221.74 -
System Red Green Blue C M Y K H S L
Decimal 239 12 255 0.06 0.95 0 0 296.05 1 0.52
Hex EF C FF 6 5F 0 0 128 64 34
Octal 357 14 377 6 137 0 0 450 144 64
Binary 11101111 1100 11111111 110 1011111 0 0 100101000 1100100 110100

Color Harmonies of #EF0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CFF

Black with #EF0CFF

Text Example


Text Example

White with #EF0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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