Html Css Color HEX #EF03FD Magenta

📋 copy color: '#EF03FD'

red 239 ◦ green 3 ◦ blue 253

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

Shades of Magenta #EF03FD

Tints of Magenta #EF03FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 48.28%
G = 0.61%
B = 51.11%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF03FD (or 0xEF03FD) is known color: Magenta. HEX triplet: EF, 03 and FD. RGB value is (239,3,253). Sum of RGB (Red+Green+Blue) = 239+3+253=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF03FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03FD is #10FC02. Grayscale: #656565. Windows color (decimal): -1113091 or 16581615. OLE color: 16581615.

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

Color convert

RGB 239 3 253 -
CMYK 0.06 0.99 0 0.01
HSL 296.64º 0.98% 0.5% -
HSV(B) 296.64º 0.99% 0.99% -
XYZ 53.36 25.51 95.04 -
YUV 102.06 213.19 225.67 -
System Red Green Blue C M Y K H S L
Decimal 239 3 253 0.06 0.99 0 0.01 296.64 0.98 0.5
Hex EF 3 FD 6 63 0 1 129 62 32
Octal 357 3 375 6 143 0 1 451 142 62
Binary 11101111 11 11111101 110 1100011 0 1 100101001 1100010 110010

Color Harmonies of #EF03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03FD

Black with #EF03FD

Text Example


Text Example

White with #EF03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03FD; }

 p { color: rgb(239,3,253); }

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

background-color css

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

 a { background-color: rgb(239,3,253); }

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

border-color css

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

 span { border-color: rgb(239,3,253); }

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