Html Css Color HEX #EF03E6 Magenta

📋 copy color: '#EF03E6'

red 239 ◦ green 3 ◦ blue 230

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

Shades of Magenta #EF03E6

Tints of Magenta #EF03E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 50.64%
G = 0.64%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF03E6 (or 0xEF03E6) is known color: Magenta. HEX triplet: EF, 03 and E6. RGB value is (239,3,230). Sum of RGB (Red+Green+Blue) = 239+3+230=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03E6 is #10FC19. Grayscale: #626262. Windows color (decimal): -1113114 or 15074287. OLE color: 15074287.

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

Color convert

RGB 239 3 230 -
CMYK 0 0.99 0.04 0.06
HSL 302.29º 0.98% 0.47% -
HSV(B) 302.29º 0.99% 0.94% -
XYZ 49.91 24.13 76.89 -
YUV 99.44 201.69 227.54 -
System Red Green Blue C M Y K H S L
Decimal 239 3 230 0 0.99 0.04 0.06 302.29 0.98 0.47
Hex EF 3 E6 0 63 4 6 12E 62 2F
Octal 357 3 346 0 143 4 6 456 142 57
Binary 11101111 11 11100110 0 1100011 100 110 100101110 1100010 101111

Color Harmonies of #EF03E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03E6

Black with #EF03E6

Text Example


Text Example

White with #EF03E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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