Html Css Color HEX #ED07EF Magenta

📋 copy color: '#ED07EF'

red 237 ◦ green 7 ◦ blue 239

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

Shades of Magenta #ED07EF

Tints of Magenta #ED07EF

RGB

 RED value IS 237 (92.97% from 255) = 49.07%

 GREEN value IS 7 (3.13% from 255) = 1.45%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 49.07%
G = 1.45%
B = 49.48%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED07EF (or 0xED07EF) is known color: Magenta. HEX triplet: ED, 07 and EF. RGB value is (237,7,239). Sum of RGB (Red+Green+Blue) = 237+7+239=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07EF is #12F810. Grayscale: #656565. Windows color (decimal): -1243153 or 15665133. OLE color: 15665133.

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

Color convert

RGB 237 7 239 -
CMYK 0.01 0.97 0 0.06
HSL 299.48º 0.94% 0.48% -
HSV(B) 299.48º 0.97% 0.94% -
XYZ 50.58 24.39 83.7 -
YUV 102.22 205.2 224.14 -
System Red Green Blue C M Y K H S L
Decimal 237 7 239 0.01 0.97 0 0.06 299.48 0.94 0.48
Hex ED 7 EF 1 61 0 6 12B 5E 30
Octal 355 7 357 1 141 0 6 453 136 60
Binary 11101101 111 11101111 1 1100001 0 110 100101011 1011110 110000

Color Harmonies of #ED07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07EF

Black with #ED07EF

Text Example


Text Example

White with #ED07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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