#E05CCF

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

Shades of Free Speech Magenta #E05CCF

Tints of Free Speech Magenta #E05CCF

Color information

#E05CCF (or 0xE05CCF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5C and CF. RGB value is (224,92,207). Sum of RGB (Red+Green+Blue) = 224+92+207=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CCF is #1FA330. Grayscale: #909090. Windows color (decimal): -2073393 or 13589728. OLE color: 13589728.

HSL color Cylindrical-coordinate representation of color #E05CCF: hue angle of 307.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05CCF is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22492207-
CMYK00.590.080.12
HSL307.73º68.04%61.96%-
HSV(B)307.73º58.93%87.84%-
XYZ45.8328.0162.02-
YUV144.58163.23184.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=42.83%
G=17.59%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249220700.590.080.12307.7368.0461.96
HexE05CCF03B8C134443e
Octal340134317073101446410476
Binary111000001011100110011110111011100011001001101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CCF; }

 p { color: rgb(224,92,207); }

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

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

 a { background-color: rgb(224,92,207); }

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

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

 span { border-color: rgb(224,92,207); }

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