Html Css Color HEX #ED06EE Magenta

📋 copy color: '#ED06EE'

red 237 ◦ green 6 ◦ blue 238

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

Shades of Magenta #ED06EE

Tints of Magenta #ED06EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 49.27%
G = 1.25%
B = 49.48%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED06EE (or 0xED06EE) is known color: Magenta. HEX triplet: ED, 06 and EE. RGB value is (237,6,238). Sum of RGB (Red+Green+Blue) = 237+6+238=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06EE is #12F911. Grayscale: #646464. Windows color (decimal): -1243410 or 15599341. OLE color: 15599341.

HSL color Cylindrical-coordinate representation of color #ED06EE: hue angle of 299.74º 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 #ED06EE is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 238 -
CMYK 0.00 0.97 0 0.07
HSL 299.74º 0.95% 0.48% -
HSV(B) 299.74º 0.97% 0.93% -
XYZ 50.42 24.31 82.92 -
YUV 101.52 205.03 224.64 -
System Red Green Blue C M Y K H S L
Decimal 237 6 238 0.00 0.97 0 0.07 299.74 0.95 0.48
Hex ED 6 EE 0 61 0 7 12C 5F 30
Octal 355 6 356 0 141 0 7 454 137 60
Binary 11101101 110 11101110 0 1100001 0 111 100101100 1011111 110000

Color Harmonies of #ED06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06EE

Black with #ED06EE

Text Example


Text Example

White with #ED06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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