Html Css Color HEX #EF05ED Magenta

📋 copy color: '#EF05ED'

red 239 ◦ green 5 ◦ blue 237

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

Shades of Magenta #EF05ED

Tints of Magenta #EF05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 49.69%
G = 1.04%
B = 49.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF05ED (or 0xEF05ED) is known color: Magenta. HEX triplet: EF, 05 and ED. RGB value is (239,5,237). Sum of RGB (Red+Green+Blue) = 239+5+237=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05ED is #10FA12. Grayscale: #646464. Windows color (decimal): -1112595 or 15533551. OLE color: 15533551.

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

Color convert

RGB 239 5 237 -
CMYK 0 0.98 0.01 0.06
HSL 300.51º 0.96% 0.48% -
HSV(B) 300.51º 0.98% 0.94% -
XYZ 50.94 24.57 82.18 -
YUV 101.41 204.52 226.14 -
System Red Green Blue C M Y K H S L
Decimal 239 5 237 0 0.98 0.01 0.06 300.51 0.96 0.48
Hex EF 5 ED 0 62 1 6 12D 60 30
Octal 357 5 355 0 142 1 6 455 140 60
Binary 11101111 101 11101101 0 1100010 1 110 100101101 1100000 110000

Color Harmonies of #EF05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05ED

Black with #EF05ED

Text Example


Text Example

White with #EF05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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