#E254C2

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

Shades of Free Speech Magenta #E254C2

Tints of Free Speech Magenta #E254C2

Color information

#E254C2 (or 0xE254C2) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 54 and C2. RGB value is (226,84,194). Sum of RGB (Red+Green+Blue) = 226+84+194=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E254C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254C2 is #1DAB3D. Grayscale: #8A8A8A. Windows color (decimal): -1944382 or 12735714. OLE color: 12735714.

HSL color Cylindrical-coordinate representation of color #E254C2: hue angle of 313.52º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254C2 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22684194-
CMYK00.630.140.11
HSL313.52º71%60.78%-
HSV(B)313.52º62.83%88.63%-
XYZ44.2726.453.8-
YUV139159.04190.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 84 (33.20% from 255) = 16.67%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=44.84%
G=16.67%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268419400.630.140.11313.527160.78
HexE254C203FEB13a473d
Octal342124302077161347210775
Binary111000101010100110000100111111111010111001110101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E254C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E254C2; }

 p { color: rgb(226,84,194); }

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

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

 a { background-color: rgb(226,84,194); }

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

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

 span { border-color: rgb(226,84,194); }

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