Html Css Color HEX #ED02EE Magenta

📋 copy color: '#ED02EE'

red 237 ◦ green 2 ◦ blue 238

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

Shades of Magenta #ED02EE

Tints of Magenta #ED02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 49.69%
G = 0.42%
B = 49.9%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED02EE (or 0xED02EE) is known color: Magenta. HEX triplet: ED, 02 and EE. RGB value is (237,2,238). Sum of RGB (Red+Green+Blue) = 237+2+238=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02EE is #12FD11. Grayscale: #626262. Windows color (decimal): -1244434 or 15598317. OLE color: 15598317.

HSL color Cylindrical-coordinate representation of color #ED02EE: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02EE is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 238 -
CMYK 0.00 0.99 0 0.07
HSL 299.75º 0.98% 0.47% -
HSV(B) 299.75º 0.99% 0.93% -
XYZ 50.38 24.22 82.91 -
YUV 99.17 206.36 226.31 -
System Red Green Blue C M Y K H S L
Decimal 237 2 238 0.00 0.99 0 0.07 299.75 0.98 0.47
Hex ED 2 EE 0 63 0 7 12C 62 2F
Octal 355 2 356 0 143 0 7 454 142 57
Binary 11101101 10 11101110 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #ED02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02EE

Black with #ED02EE

Text Example


Text Example

White with #ED02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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