Html Css Color HEX #ED06EA Magenta

📋 copy color: '#ED06EA'

red 237 ◦ green 6 ◦ blue 234

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

Shades of Magenta #ED06EA

Tints of Magenta #ED06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 49.69%
G = 1.26%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED06EA (or 0xED06EA) is known color: Magenta. HEX triplet: ED, 06 and EA. RGB value is (237,6,234). Sum of RGB (Red+Green+Blue) = 237+6+234=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06EA is #12F915. Grayscale: #646464. Windows color (decimal): -1243414 or 15337197. OLE color: 15337197.

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

Color convert

RGB 237 6 234 -
CMYK 0 0.97 0.01 0.07
HSL 300.78º 0.95% 0.48% -
HSV(B) 300.78º 0.97% 0.93% -
XYZ 49.84 24.08 79.86 -
YUV 101.06 203.03 224.96 -
System Red Green Blue C M Y K H S L
Decimal 237 6 234 0 0.97 0.01 0.07 300.78 0.95 0.48
Hex ED 6 EA 0 61 1 7 12D 5F 30
Octal 355 6 352 0 141 1 7 455 137 60
Binary 11101101 110 11101010 0 1100001 1 111 100101101 1011111 110000

Color Harmonies of #ED06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06EA

Black with #ED06EA

Text Example


Text Example

White with #ED06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06EA; }

 p { color: rgb(237,6,234); }

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

background-color css

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

 a { background-color: rgb(237,6,234); }

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

border-color css

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

 span { border-color: rgb(237,6,234); }

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