#e254f3

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

Shades of Free Speech Magenta #E254F3

Tints of Free Speech Magenta #E254F3

Color information

#E254F3 (or 0xE254F3) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 54 and F3. RGB value is (226,84,243). Sum of RGB (Red+Green+Blue) = 226+84+243=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #E254F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254F3 is #1DAB0C. Grayscale: #909090. Windows color (decimal): -1944333 or 15946978. OLE color: 15946978.

HSL color Cylindrical-coordinate representation of color #E254F3: hue angle of 293.58º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E254F3 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22684243-
CMYK0.070.6500.05
HSL293.58º86.89%64.12%-
HSV(B)293.58º65.43%95.29%-
XYZ50.7128.9887.71-
YUV144.58183.54186.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 84 (33.20% from 255) = 15.19%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=40.87%
G=15.19%
B=43.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226842430.070.6500.05293.5886.8964.12
HexE254F3741051265740
Octal342124363710105446127100
Binary111000101010100111100111111000001010110010011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e254f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e254f3; }

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

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

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

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

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

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

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

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