Html Css Color HEX #EC07CF Hot Magenta

📋 copy color: '#EC07CF'

red 236 ◦ green 7 ◦ blue 207

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

Shades of Hot Magenta #EC07CF

Tints of Hot Magenta #EC07CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 52.44%
G = 1.56%
B = 46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC07CF (or 0xEC07CF) is known color: Hot Magenta. HEX triplet: EC, 07 and CF. RGB value is (236,7,207). Sum of RGB (Red+Green+Blue) = 236+7+207=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07CF is #13F830. Grayscale: #616161. Windows color (decimal): -1308721 or 13567980. OLE color: 13567980.

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

Color convert

RGB 236 7 207 -
CMYK 0 0.97 0.12 0.07
HSL 307.6º 0.94% 0.48% -
HSV(B) 307.6º 0.97% 0.93% -
XYZ 45.93 22.49 60.95 -
YUV 98.27 189.37 226.24 -
System Red Green Blue C M Y K H S L
Decimal 236 7 207 0 0.97 0.12 0.07 307.6 0.94 0.48
Hex EC 7 CF 0 61 C 7 134 5E 30
Octal 354 7 317 0 141 14 7 464 136 60
Binary 11101100 111 11001111 0 1100001 1100 111 100110100 1011110 110000

Color Harmonies of #EC07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07CF

Black with #EC07CF

Text Example


Text Example

White with #EC07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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