#FF5CE4

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

Shades of Free Speech Magenta #FF5CE4

Tints of Free Speech Magenta #FF5CE4

Color information

#FF5CE4 (or 0xFF5CE4) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 5C and E4. RGB value is (255,92,228). Sum of RGB (Red+Green+Blue) = 255+92+228=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CE4 is #00A31B. Grayscale: #9B9B9B. Windows color (decimal): -41756 or 14966015. OLE color: 14966015.

HSL color Cylindrical-coordinate representation of color #FF5CE4: hue angle of 309.94º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CE4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB25592228-
CMYK00.640.110
HSL309.94º100%68.04%-
HSV(B)309.94º63.92%100%-
XYZ59.0734.5276.95-
YUV156.24168.5198.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 92 (36.33% from 255) = 16%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=44.35%
G=16%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559222800.640.110309.9410068.04
HexFF5CE4040B01366444
Octal3771343440100130466144104
Binary11111111101110011100100010000001011010011011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CE4; }

 p { color: rgb(255,92,228); }

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

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

 a { background-color: rgb(255,92,228); }

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

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

 span { border-color: rgb(255,92,228); }

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