Html Css Color HEX #EC07EB Magenta

📋 copy color: '#EC07EB'

red 236 ◦ green 7 ◦ blue 235

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

Shades of Magenta #EC07EB

Tints of Magenta #EC07EB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 49.37%
G = 1.46%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC07EB (or 0xEC07EB) is known color: Magenta. HEX triplet: EC, 07 and EB. RGB value is (236,7,235). Sum of RGB (Red+Green+Blue) = 236+7+235=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07EB is #13F814. Grayscale: #646464. Windows color (decimal): -1308693 or 15402988. OLE color: 15402988.

HSL color Cylindrical-coordinate representation of color #EC07EB: hue angle of 300.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07EB is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 235 -
CMYK 0 0.97 0.00 0.07
HSL 300.26º 0.94% 0.48% -
HSV(B) 300.26º 0.97% 0.93% -
XYZ 49.66 23.98 80.61 -
YUV 101.46 203.37 223.96 -
System Red Green Blue C M Y K H S L
Decimal 236 7 235 0 0.97 0.00 0.07 300.26 0.94 0.48
Hex EC 7 EB 0 61 0 7 12C 5E 30
Octal 354 7 353 0 141 0 7 454 136 60
Binary 11101100 111 11101011 0 1100001 0 111 100101100 1011110 110000

Color Harmonies of #EC07EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07EB

Black with #EC07EB

Text Example


Text Example

White with #EC07EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07EB; }

 p { color: rgb(236,7,235); }

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

background-color css

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

 a { background-color: rgb(236,7,235); }

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

border-color css

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

 span { border-color: rgb(236,7,235); }

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