#EE54CA

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

Shades of Free Speech Magenta #EE54CA

Tints of Free Speech Magenta #EE54CA

Color information

#EE54CA (or 0xEE54CA) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 54 and CA. RGB value is (238,84,202). Sum of RGB (Red+Green+Blue) = 238+84+202=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54CA is #11AB35. Grayscale: #8F8F8F. Windows color (decimal): -1157942 or 13260014. OLE color: 13260014.

HSL color Cylindrical-coordinate representation of color #EE54CA: hue angle of 314.03º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54CA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23884202-
CMYK00.650.150.07
HSL314.03º81.91%63.14%-
HSV(B)314.03º64.71%93.33%-
XYZ49.0928.7858.85-
YUV143.5161.02195.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=45.42%
G=16.03%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388420200.650.150.07314.0381.9163.14
HexEE54CA041F713a523f
Octal356124312010117747212277
Binary111011101010100110010100100000111111111001110101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE54CA; }

 p { color: rgb(238,84,202); }

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

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

 a { background-color: rgb(238,84,202); }

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

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

 span { border-color: rgb(238,84,202); }

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