Html Css Color HEX #ED0CEA Magenta

📋 copy color: '#ED0CEA'

red 237 ◦ green 12 ◦ blue 234

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

Shades of Magenta #ED0CEA

Tints of Magenta #ED0CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 49.07%
G = 2.48%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED0CEA (or 0xED0CEA) is known color: Magenta. HEX triplet: ED, 0C and EA. RGB value is (237,12,234). Sum of RGB (Red+Green+Blue) = 237+12+234=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CEA is #12F315. Grayscale: #676767. Windows color (decimal): -1241878 or 15338733. OLE color: 15338733.

HSL color Cylindrical-coordinate representation of color #ED0CEA: hue angle of 300.8º 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 #ED0CEA is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 12 234 -
CMYK 0 0.95 0.01 0.07
HSL 300.8º 0.9% 0.49% -
HSV(B) 300.8º 0.95% 0.93% -
XYZ 49.91 24.21 79.88 -
YUV 104.58 201.04 222.45 -
System Red Green Blue C M Y K H S L
Decimal 237 12 234 0 0.95 0.01 0.07 300.8 0.9 0.49
Hex ED C EA 0 5F 1 7 12D 5A 31
Octal 355 14 352 0 137 1 7 455 132 61
Binary 11101101 1100 11101010 0 1011111 1 111 100101101 1011010 110001

Color Harmonies of #ED0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CEA

Black with #ED0CEA

Text Example


Text Example

White with #ED0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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