Html Css Color HEX #ED0CE1 Hot Magenta

📋 copy color: '#ED0CE1'

red 237 ◦ green 12 ◦ blue 225

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

Shades of Hot Magenta #ED0CE1

Tints of Hot Magenta #ED0CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 50%
G = 2.53%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED0CE1 (or 0xED0CE1) is known color: Hot Magenta. HEX triplet: ED, 0C and E1. RGB value is (237,12,225). Sum of RGB (Red+Green+Blue) = 237+12+225=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CE1 is #12F31E. Grayscale: #666666. Windows color (decimal): -1241887 or 14748909. OLE color: 14748909.

HSL color Cylindrical-coordinate representation of color #ED0CE1: hue angle of 303.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0CE1 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 12 225 -
CMYK 0 0.95 0.05 0.07
HSL 303.2º 0.9% 0.49% -
HSV(B) 303.2º 0.95% 0.93% -
XYZ 48.65 23.7 73.25 -
YUV 103.56 196.54 223.18 -
System Red Green Blue C M Y K H S L
Decimal 237 12 225 0 0.95 0.05 0.07 303.2 0.9 0.49
Hex ED C E1 0 5F 5 7 12F 5A 31
Octal 355 14 341 0 137 5 7 457 132 61
Binary 11101101 1100 11100001 0 1011111 101 111 100101111 1011010 110001

Color Harmonies of #ED0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CE1

Black with #ED0CE1

Text Example


Text Example

White with #ED0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CE1; }

 p { color: rgb(237,12,225); }

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

background-color css

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

 a { background-color: rgb(237,12,225); }

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

border-color css

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

 span { border-color: rgb(237,12,225); }

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