Html Css Color HEX #EF0DFC Magenta

📋 copy color: '#EF0DFC'

red 239 ◦ green 13 ◦ blue 252

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

Shades of Magenta #EF0DFC

Tints of Magenta #EF0DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.58%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 47.42%
G = 2.58%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF0DFC (or 0xEF0DFC) is known color: Magenta. HEX triplet: EF, 0D and FC. RGB value is (239,13,252). Sum of RGB (Red+Green+Blue) = 239+13+252=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF0DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0DFC is #10F203. Grayscale: #6B6B6B. Windows color (decimal): -1110532 or 16518639. OLE color: 16518639.

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

Color convert

RGB 239 13 252 -
CMYK 0.05 0.95 0 0.01
HSL 296.74º 0.98% 0.52% -
HSV(B) 296.74º 0.95% 0.99% -
XYZ 53.31 25.67 94.24 -
YUV 107.82 209.37 221.57 -
System Red Green Blue C M Y K H S L
Decimal 239 13 252 0.05 0.95 0 0.01 296.74 0.98 0.52
Hex EF D FC 5 5F 0 1 129 62 34
Octal 357 15 374 5 137 0 1 451 142 64
Binary 11101111 1101 11111100 101 1011111 0 1 100101001 1100010 110100

Color Harmonies of #EF0DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DFC

Black with #EF0DFC

Text Example


Text Example

White with #EF0DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DFC; }

 p { color: rgb(239,13,252); }

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

background-color css

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

 a { background-color: rgb(239,13,252); }

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

border-color css

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

 span { border-color: rgb(239,13,252); }

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