Html Css Color HEX #EA09CF Hot Magenta

📋 copy color: '#EA09CF'

red 234 ◦ green 9 ◦ blue 207

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

Shades of Hot Magenta #EA09CF

Tints of Hot Magenta #EA09CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

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

R = 52%
G = 2%
B = 46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA09CF (or 0xEA09CF) is known color: Hot Magenta. HEX triplet: EA, 09 and CF. RGB value is (234,9,207). Sum of RGB (Red+Green+Blue) = 234+9+207=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09CF is #15F630. Grayscale: #626262. Windows color (decimal): -1439281 or 13568490. OLE color: 13568490.

HSL color Cylindrical-coordinate representation of color #EA09CF: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09CF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 9 207 -
CMYK 0 0.96 0.12 0.08
HSL 307.2º 0.93% 0.48% -
HSV(B) 307.2º 0.96% 0.92% -
XYZ 45.29 22.19 60.93 -
YUV 98.85 189.04 224.4 -
System Red Green Blue C M Y K H S L
Decimal 234 9 207 0 0.96 0.12 0.08 307.2 0.93 0.48
Hex EA 9 CF 0 60 C 8 133 5D 30
Octal 352 11 317 0 140 14 10 463 135 60
Binary 11101010 1001 11001111 0 1100000 1100 1000 100110011 1011101 110000

Color Harmonies of #EA09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09CF

Black with #EA09CF

Text Example


Text Example

White with #EA09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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