Html Css Color HEX #EF03ED Magenta

📋 copy color: '#EF03ED'

red 239 ◦ green 3 ◦ blue 237

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

Shades of Magenta #EF03ED

Tints of Magenta #EF03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 49.9%
G = 0.63%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF03ED (or 0xEF03ED) is known color: Magenta. HEX triplet: EF, 03 and ED. RGB value is (239,3,237). Sum of RGB (Red+Green+Blue) = 239+3+237=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03ED is #10FC12. Grayscale: #636363. Windows color (decimal): -1113107 or 15533039. OLE color: 15533039.

HSL color Cylindrical-coordinate representation of color #EF03ED: hue angle of 300.51º 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 #EF03ED is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 237 -
CMYK 0 0.99 0.01 0.06
HSL 300.51º 0.98% 0.47% -
HSV(B) 300.51º 0.99% 0.94% -
XYZ 50.92 24.53 82.17 -
YUV 100.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 239 3 237 0 0.99 0.01 0.06 300.51 0.98 0.47
Hex EF 3 ED 0 63 1 6 12D 62 2F
Octal 357 3 355 0 143 1 6 455 142 57
Binary 11101111 11 11101101 0 1100011 1 110 100101101 1100010 101111

Color Harmonies of #EF03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03ED

Black with #EF03ED

Text Example


Text Example

White with #EF03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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