Html Css Color HEX #E05CCC Free Speech Magenta

📋 copy color: '#E05CCC'

red 224 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #E05CCC

Tints of Free Speech Magenta #E05CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 43.08%
G = 17.69%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E05CCC (or 0xE05CCC) is known color: Free Speech Magenta. HEX triplet: E0, 5C and CC. RGB value is (224,92,204). Sum of RGB (Red+Green+Blue) = 224+92+204=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CCC is #1FA333. Grayscale: #8F8F8F. Windows color (decimal): -2073396 or 13393120. OLE color: 13393120.

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

Color convert

RGB 224 92 204 -
CMYK 0 0.59 0.09 0.12
HSL 309.09º 0.68% 0.62% -
HSV(B) 309.09º 0.59% 0.88% -
XYZ 45.47 27.86 60.11 -
YUV 144.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 224 92 204 0 0.59 0.09 0.12 309.09 0.68 0.62
Hex E0 5C CC 0 3B 9 C 135 44 3E
Octal 340 134 314 0 73 11 14 465 104 76
Binary 11100000 1011100 11001100 0 111011 1001 1100 100110101 1000100 111110

Color Harmonies of #E05CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CCC

Black with #E05CCC

Text Example


Text Example

White with #E05CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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