Html Css Color HEX #EF00F3 Magenta

📋 copy color: '#EF00F3'

red 239 ◦ green 0 ◦ blue 243

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

Shades of Magenta #EF00F3

Tints of Magenta #EF00F3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 49.59%
G = 0%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF00F3 (or 0xEF00F3) is known color: Magenta. HEX triplet: EF, 00 and F3. RGB value is (239,0,243). Sum of RGB (Red+Green+Blue) = 239+0+243=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF00F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00F3 is #10FF0C. Grayscale: #626262. Windows color (decimal): -1113869 or 15925487. OLE color: 15925487.

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

Color convert

RGB 239 0 243 -
CMYK 0.02 1 0 0.05
HSL 299.01º 1% 0.48% -
HSV(B) 299.01º 1% 0.95% -
XYZ 51.77 24.82 86.86 -
YUV 99.16 209.18 227.74 -
System Red Green Blue C M Y K H S L
Decimal 239 0 243 0.02 1 0 0.05 299.01 1 0.48
Hex EF 0 F3 2 64 0 5 12B 64 30
Octal 357 0 363 2 144 0 5 453 144 60
Binary 11101111 0 11110011 10 1100100 0 101 100101011 1100100 110000

Color Harmonies of #EF00F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00F3

Black with #EF00F3

Text Example


Text Example

White with #EF00F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00F3; }

 p { color: rgb(239,0,243); }

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

background-color css

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

 a { background-color: rgb(239,0,243); }

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

border-color css

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

 span { border-color: rgb(239,0,243); }

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