Html Css Color HEX #EA00C2 Hot Magenta

📋 copy color: '#EA00C2'

red 234 ◦ green 0 ◦ blue 194

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

Shades of Hot Magenta #EA00C2

Tints of Hot Magenta #EA00C2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 194 (76.17% from 255) = 45.33%

R = 54.67%
G = 0%
B = 45.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA00C2 (or 0xEA00C2) is known color: Hot Magenta. HEX triplet: EA, 00 and C2. RGB value is (234,0,194). Sum of RGB (Red+Green+Blue) = 234+0+194=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00C2 is #15FF3D. Grayscale: #5B5B5B. Windows color (decimal): -1441598 or 12714218. OLE color: 12714218.

HSL color Cylindrical-coordinate representation of color #EA00C2: hue angle of 310.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00C2 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 194 -
CMYK 0 1 0.17 0.08
HSL 310.26º 1% 0.46% -
HSV(B) 310.26º 1% 0.92% -
XYZ 43.67 21.39 52.87 -
YUV 92.08 185.52 229.23 -
System Red Green Blue C M Y K H S L
Decimal 234 0 194 0 1 0.17 0.08 310.26 1 0.46
Hex EA 0 C2 0 64 11 8 136 64 2E
Octal 352 0 302 0 144 21 10 466 144 56
Binary 11101010 0 11000010 0 1100100 10001 1000 100110110 1100100 101110

Color Harmonies of #EA00C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00C2

Black with #EA00C2

Text Example


Text Example

White with #EA00C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00C2; }

 p { color: rgb(234,0,194); }

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

background-color css

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

 a { background-color: rgb(234,0,194); }

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

border-color css

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

 span { border-color: rgb(234,0,194); }

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