Html Css Color HEX #EC05E7 Magenta

📋 copy color: '#EC05E7'

red 236 ◦ green 5 ◦ blue 231

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

Shades of Magenta #EC05E7

Tints of Magenta #EC05E7

RGB

 RED value IS 236 (92.58% from 255) = 50%

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 50%
G = 1.06%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC05E7 (or 0xEC05E7) is known color: Magenta. HEX triplet: EC, 05 and E7. RGB value is (236,5,231). Sum of RGB (Red+Green+Blue) = 236+5+231=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05E7 is #13FA18. Grayscale: #636363. Windows color (decimal): -1309209 or 15140332. OLE color: 15140332.

HSL color Cylindrical-coordinate representation of color #EC05E7: hue angle of 301.3º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05E7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 231 -
CMYK 0 0.98 0.02 0.07
HSL 301.3º 0.96% 0.47% -
HSV(B) 301.3º 0.98% 0.93% -
XYZ 49.07 23.71 77.59 -
YUV 99.83 202.03 225.12 -
System Red Green Blue C M Y K H S L
Decimal 236 5 231 0 0.98 0.02 0.07 301.3 0.96 0.47
Hex EC 5 E7 0 62 2 7 12D 60 2F
Octal 354 5 347 0 142 2 7 455 140 57
Binary 11101100 101 11100111 0 1100010 10 111 100101101 1100000 101111

Color Harmonies of #EC05E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05E7

Black with #EC05E7

Text Example


Text Example

White with #EC05E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05E7; }

 p { color: rgb(236,5,231); }

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

background-color css

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

 a { background-color: rgb(236,5,231); }

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

border-color css

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

 span { border-color: rgb(236,5,231); }

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