Html Css Color HEX #ED06F1 Magenta

📋 copy color: '#ED06F1'

red 237 ◦ green 6 ◦ blue 241

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

Shades of Magenta #ED06F1

Tints of Magenta #ED06F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 48.97%
G = 1.24%
B = 49.79%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED06F1 (or 0xED06F1) is known color: Magenta. HEX triplet: ED, 06 and F1. RGB value is (237,6,241). Sum of RGB (Red+Green+Blue) = 237+6+241=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED06F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06F1 is #12F90E. Grayscale: #656565. Windows color (decimal): -1243407 or 15795949. OLE color: 15795949.

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

Color convert

RGB 237 6 241 -
CMYK 0.02 0.98 0 0.05
HSL 298.98º 0.95% 0.48% -
HSV(B) 298.98º 0.98% 0.95% -
XYZ 50.87 24.49 85.26 -
YUV 101.86 206.53 224.39 -
System Red Green Blue C M Y K H S L
Decimal 237 6 241 0.02 0.98 0 0.05 298.98 0.95 0.48
Hex ED 6 F1 2 62 0 5 12B 5F 30
Octal 355 6 361 2 142 0 5 453 137 60
Binary 11101101 110 11110001 10 1100010 0 101 100101011 1011111 110000

Color Harmonies of #ED06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06F1

Black with #ED06F1

Text Example


Text Example

White with #ED06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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