#e25fca

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

Shades of Free Speech Magenta #E25FCA

Tints of Free Speech Magenta #E25FCA

Color information

#E25FCA (or 0xE25FCA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5F and CA. RGB value is (226,95,202). Sum of RGB (Red+Green+Blue) = 226+95+202=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FCA is #1DA035. Grayscale: #929292. Windows color (decimal): -1941558 or 13262818. OLE color: 13262818.

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

Color convert

RGB22695202-
CMYK00.580.110.11
HSL310.99º69.31%62.94%-
HSV(B)310.99º57.96%88.63%-
XYZ46.1228.6258.97-
YUV146.37159.4184.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=43.21%
G=18.16%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269520200.580.110.11310.9969.3162.94
HexE25FCA03ABB137453f
Octal342137312072131346710577
Binary111000101011111110010100111010101110111001101111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25fca; }

 p { color: rgb(226,95,202); }

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

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

 a { background-color: rgb(226,95,202); }

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

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

 span { border-color: rgb(226,95,202); }

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