Html Css Color HEX #E05FCC Free Speech Magenta

📋 copy color: '#E05FCC'

red 224 ◦ green 95 ◦ blue 204

#E05FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E05FCC

Tints of Free Speech Magenta #E05FCC

RGB

 RED value IS 224 (87.89% from 255) = 42.83%

 GREEN value IS 95 (37.5% from 255) = 18.16%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 42.83%
G = 18.16%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E05FCC (or 0xE05FCC) is known color: Free Speech Magenta. HEX triplet: E0, 5F and CC. RGB value is (224,95,204). Sum of RGB (Red+Green+Blue) = 224+95+204=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FCC is #1FA033. Grayscale: #919191. Windows color (decimal): -2072628 or 13393888. OLE color: 13393888.

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

Color convert

RGB 224 95 204 -
CMYK 0 0.58 0.09 0.12
HSL 309.3º 0.68% 0.63% -
HSV(B) 309.3º 0.58% 0.88% -
XYZ 45.73 28.39 60.2 -
YUV 146 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 224 95 204 0 0.58 0.09 0.12 309.3 0.68 0.63
Hex E0 5F CC 0 3A 9 C 135 44 3F
Octal 340 137 314 0 72 11 14 465 104 77
Binary 11100000 1011111 11001100 0 111010 1001 1100 100110101 1000100 111111

Color Harmonies of #E05FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FCC

Black with #E05FCC

Text Example


Text Example

White with #E05FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FCC; }

 p { color: rgb(224,95,204); }

 H1.HeaderClassName
 {
   color: #E05FCC;
 }
 .AnyTagClassName
 {
   color: #E05FCC;
 }
</style>

background-color css

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

 a { background-color: rgb(224,95,204); }

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

border-color css

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

 span { border-color: rgb(224,95,204); }

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