Html Css Color HEX #EA07CF Hot Magenta

📋 copy color: '#EA07CF'

red 234 ◦ green 7 ◦ blue 207

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

Shades of Hot Magenta #EA07CF

Tints of Hot Magenta #EA07CF

RGB

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

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

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

R = 52.23%
G = 1.56%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA07CF (or 0xEA07CF) is known color: Hot Magenta. HEX triplet: EA, 07 and CF. RGB value is (234,7,207). Sum of RGB (Red+Green+Blue) = 234+7+207=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07CF is #15F830. Grayscale: #616161. Windows color (decimal): -1439793 or 13567978. OLE color: 13567978.

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

Color convert

RGB 234 7 207 -
CMYK 0 0.97 0.12 0.08
HSL 307.14º 0.94% 0.47% -
HSV(B) 307.14º 0.97% 0.92% -
XYZ 45.27 22.15 60.92 -
YUV 97.67 189.71 225.24 -
System Red Green Blue C M Y K H S L
Decimal 234 7 207 0 0.97 0.12 0.08 307.14 0.94 0.47
Hex EA 7 CF 0 61 C 8 133 5E 2F
Octal 352 7 317 0 141 14 10 463 136 57
Binary 11101010 111 11001111 0 1100001 1100 1000 100110011 1011110 101111

Color Harmonies of #EA07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07CF

Black with #EA07CF

Text Example


Text Example

White with #EA07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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