#E04BC4

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

Shades of Free Speech Magenta #E04BC4

Tints of Free Speech Magenta #E04BC4

Color information

#E04BC4 (or 0xE04BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4B and C4. RGB value is (224,75,196). Sum of RGB (Red+Green+Blue) = 224+75+196=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BC4 is #1FB43B. Grayscale: #858585. Windows color (decimal): -2077756 or 12864480. OLE color: 12864480.

HSL color Cylindrical-coordinate representation of color #E04BC4: hue angle of 311.28º 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 #E04BC4 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22475196-
CMYK00.670.120.12
HSL311.28º70.62%58.63%-
HSV(B)311.28º66.52%87.84%-
XYZ43.2224.8654.75-
YUV133.34163.36192.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 75 (29.69% from 255) = 15.15%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=45.25%
G=15.15%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247519600.670.120.12311.2870.6258.63
HexE04BC4043CC137473b
Octal3401133040103141446710773
Binary1110000010010111100010001000011110011001001101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BC4; }

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

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

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

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

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

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

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

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