Html Css Color HEX #ED02F3 Magenta

📋 copy color: '#ED02F3'

red 237 ◦ green 2 ◦ blue 243

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

Shades of Magenta #ED02F3

Tints of Magenta #ED02F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 49.17%
G = 0.41%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED02F3 (or 0xED02F3) is known color: Magenta. HEX triplet: ED, 02 and F3. RGB value is (237,2,243). Sum of RGB (Red+Green+Blue) = 237+2+243=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED02F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02F3 is #12FD0C. Grayscale: #636363. Windows color (decimal): -1244429 or 15925997. OLE color: 15925997.

HSL color Cylindrical-coordinate representation of color #ED02F3: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02F3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 2 243 -
CMYK 0.02 0.99 0 0.05
HSL 298.51º 0.98% 0.48% -
HSV(B) 298.51º 0.99% 0.95% -
XYZ 51.12 24.52 86.83 -
YUV 99.74 208.86 225.9 -
System Red Green Blue C M Y K H S L
Decimal 237 2 243 0.02 0.99 0 0.05 298.51 0.98 0.48
Hex ED 2 F3 2 63 0 5 12B 62 30
Octal 355 2 363 2 143 0 5 453 142 60
Binary 11101101 10 11110011 10 1100011 0 101 100101011 1100010 110000

Color Harmonies of #ED02F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02F3

Black with #ED02F3

Text Example


Text Example

White with #ED02F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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