#EA08CD

Color #EA08CD Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EA08CD

Tints of Hot Magenta #EA08CD

Color information

#EA08CD (or 0xEA08CD) is unknown color: approx Hot Magenta. HEX triplet: EA, 08 and CD. RGB value is (234,8,205). Sum of RGB (Red+Green+Blue) = 234+8+205=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08CD is #15F732. Grayscale: #616161. Windows color (decimal): -1439539 or 13437162. OLE color: 13437162.

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

Color convert

RGB2348205-
CMYK00.970.120.08
HSL307.7º93.39%47.45%-
HSV(B)307.7º96.58%91.76%-
XYZ45.0422.0759.64-
YUV98.03188.37224.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 8 (3.52% from 255) = 1.79%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=52.35%
G=1.79%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234820500.970.120.08307.793.3947.45
HexEA8CD061C81345d2f
Octal352103150141141046413557
Binary1110101010001100110101100001110010001001101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA08CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA08CD; }

 p { color: rgb(234,8,205); }

 H1.HeaderClassName
 {
   color: #EA08CD;
 }
 .AnyTagClassName
 {
   color: #EA08CD;
 }
</style>
background-color css

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

 a { background-color: rgb(234,8,205); }

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

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

 span { border-color: rgb(234,8,205); }

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