Html Css Color HEX #EA07CC Hot Magenta

📋 copy color: '#EA07CC'

red 234 ◦ green 7 ◦ blue 204

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

Shades of Hot Magenta #EA07CC

Tints of Hot Magenta #EA07CC

RGB

 RED value IS 234 (91.8% from 255) = 52.58%

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 52.58%
G = 1.57%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA07CC (or 0xEA07CC) is known color: Hot Magenta. HEX triplet: EA, 07 and CC. RGB value is (234,7,204). Sum of RGB (Red+Green+Blue) = 234+7+204=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07CC is #15F833. Grayscale: #606060. Windows color (decimal): -1439796 or 13371370. OLE color: 13371370.

HSL color Cylindrical-coordinate representation of color #EA07CC: hue angle of 307.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07CC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 204 -
CMYK 0 0.97 0.13 0.08
HSL 307.93º 0.94% 0.47% -
HSV(B) 307.93º 0.97% 0.92% -
XYZ 44.91 22 59.01 -
YUV 97.33 188.21 225.48 -
System Red Green Blue C M Y K H S L
Decimal 234 7 204 0 0.97 0.13 0.08 307.93 0.94 0.47
Hex EA 7 CC 0 61 D 8 134 5E 2F
Octal 352 7 314 0 141 15 10 464 136 57
Binary 11101010 111 11001100 0 1100001 1101 1000 100110100 1011110 101111

Color Harmonies of #EA07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07CC

Black with #EA07CC

Text Example


Text Example

White with #EA07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07CC; }

 p { color: rgb(234,7,204); }

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

background-color css

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

 a { background-color: rgb(234,7,204); }

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

border-color css

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

 span { border-color: rgb(234,7,204); }

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