Html Css Color HEX #E04CC6 Free Speech Magenta

📋 copy color: '#E04CC6'

red 224 ◦ green 76 ◦ blue 198

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

Shades of Free Speech Magenta #E04CC6

Tints of Free Speech Magenta #E04CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

 BLUE value IS 198 (77.73% from 255) = 39.76%

R = 44.98%
G = 15.26%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E04CC6 (or 0xE04CC6) is known color: Free Speech Magenta. HEX triplet: E0, 4C and C6. RGB value is (224,76,198). Sum of RGB (Red+Green+Blue) = 224+76+198=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CC6 is #1FB339. Grayscale: #858585. Windows color (decimal): -2077498 or 12995808. OLE color: 12995808.

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

Color convert

RGB 224 76 198 -
CMYK 0 0.66 0.12 0.12
HSL 310.54º 0.7% 0.59% -
HSV(B) 310.54º 0.66% 0.88% -
XYZ 43.52 25.09 55.98 -
YUV 134.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 224 76 198 0 0.66 0.12 0.12 310.54 0.7 0.59
Hex E0 4C C6 0 42 C C 137 46 3B
Octal 340 114 306 0 102 14 14 467 106 73
Binary 11100000 1001100 11000110 0 1000010 1100 1100 100110111 1000110 111011

Color Harmonies of #E04CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CC6

Black with #E04CC6

Text Example


Text Example

White with #E04CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CC6; }

 p { color: rgb(224,76,198); }

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

background-color css

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

 a { background-color: rgb(224,76,198); }

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

border-color css

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

 span { border-color: rgb(224,76,198); }

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