Html Css Color HEX #ED1EEF Magenta

📋 copy color: '#ED1EEF'

red 237 ◦ green 30 ◦ blue 239

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

Shades of Magenta #ED1EEF

Tints of Magenta #ED1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.93%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 46.84%
G = 5.93%
B = 47.23%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED1EEF (or 0xED1EEF) is known color: Magenta. HEX triplet: ED, 1E and EF. RGB value is (237,30,239). Sum of RGB (Red+Green+Blue) = 237+30+239=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EEF is #12E110. Grayscale: #737373. Windows color (decimal): -1237265 or 15671021. OLE color: 15671021.

HSL color Cylindrical-coordinate representation of color #ED1EEF: hue angle of 299.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1EEF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 30 239 -
CMYK 0.01 0.87 0 0.06
HSL 299.43º 0.87% 0.53% -
HSV(B) 299.43º 0.87% 0.94% -
XYZ 50.97 25.17 83.83 -
YUV 115.72 197.58 214.51 -
System Red Green Blue C M Y K H S L
Decimal 237 30 239 0.01 0.87 0 0.06 299.43 0.87 0.53
Hex ED 1E EF 1 57 0 6 12B 57 35
Octal 355 36 357 1 127 0 6 453 127 65
Binary 11101101 11110 11101111 1 1010111 0 110 100101011 1010111 110101

Color Harmonies of #ED1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EEF

Black with #ED1EEF

Text Example


Text Example

White with #ED1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EEF; }

 p { color: rgb(237,30,239); }

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

background-color css

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

 a { background-color: rgb(237,30,239); }

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

border-color css

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

 span { border-color: rgb(237,30,239); }

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