#E04BCF

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

Shades of Free Speech Magenta #E04BCF

Tints of Free Speech Magenta #E04BCF

Color information

#E04BCF (or 0xE04BCF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4B and CF. RGB value is (224,75,207). Sum of RGB (Red+Green+Blue) = 224+75+207=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BCF is #1FB430. Grayscale: #868686. Windows color (decimal): -2077745 or 13585376. OLE color: 13585376.

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

Color convert

RGB22475207-
CMYK00.670.080.12
HSL306.85º70.62%58.63%-
HSV(B)306.85º66.52%87.84%-
XYZ44.5225.3861.58-
YUV134.6168.86191.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 75 (29.69% from 255) = 14.82%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=44.27%
G=14.82%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247520700.670.080.12306.8570.6258.63
HexE04BCF0438C133473b
Octal3401133170103101446310773
Binary1110000010010111100111101000011100011001001100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BCF; }

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

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

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

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

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

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

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

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