#EA48C7

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

Shades of Free Speech Magenta #EA48C7

Tints of Free Speech Magenta #EA48C7

Color information

#EA48C7 (or 0xEA48C7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 48 and C7. RGB value is (234,72,199). Sum of RGB (Red+Green+Blue) = 234+72+199=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48C7 is #15B738. Grayscale: #868686. Windows color (decimal): -1423161 or 13060330. OLE color: 13060330.

HSL color Cylindrical-coordinate representation of color #EA48C7: hue angle of 312.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48C7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23472199-
CMYK00.690.150.08
HSL312.96º79.41%60%-
HSV(B)312.96º69.23%91.76%-
XYZ46.5626.2556.65-
YUV134.92164.17198.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 72 (28.52% from 255) = 14.26%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=46.34%
G=14.26%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347219900.690.150.08312.9679.4160
HexEA48C7045F81394f3c
Octal3521103070105171047111774
Binary1110101010010001100011101000101111110001001110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA48C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA48C7; }

 p { color: rgb(234,72,199); }

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

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

 a { background-color: rgb(234,72,199); }

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

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

 span { border-color: rgb(234,72,199); }

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