Html Css Color HEX #EA00CF Hot Magenta

📋 copy color: '#EA00CF'

red 234 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #EA00CF

Tints of Hot Magenta #EA00CF

RGB

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

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

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

R = 53.06%
G = 0%
B = 46.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA00CF (or 0xEA00CF) is known color: Hot Magenta. HEX triplet: EA, 00 and CF. RGB value is (234,0,207). Sum of RGB (Red+Green+Blue) = 234+0+207=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00CF is #15FF30. Grayscale: #5C5C5C. Windows color (decimal): -1441585 or 13566186. OLE color: 13566186.

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

Color convert

RGB 234 0 207 -
CMYK 0 1 0.12 0.08
HSL 306.92º 1% 0.46% -
HSV(B) 306.92º 1% 0.92% -
XYZ 45.19 22 60.9 -
YUV 93.56 192.02 228.17 -
System Red Green Blue C M Y K H S L
Decimal 234 0 207 0 1 0.12 0.08 306.92 1 0.46
Hex EA 0 CF 0 64 C 8 133 64 2E
Octal 352 0 317 0 144 14 10 463 144 56
Binary 11101010 0 11001111 0 1100100 1100 1000 100110011 1100100 101110

Color Harmonies of #EA00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00CF

Black with #EA00CF

Text Example


Text Example

White with #EA00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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