Html Css Color HEX #E84CCC Free Speech Magenta

📋 copy color: '#E84CCC'

red 232 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #E84CCC

Tints of Free Speech Magenta #E84CCC

RGB

 RED value IS 232 (91.02% from 255) = 45.31%

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

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

R = 45.31%
G = 14.84%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E84CCC (or 0xE84CCC) is known color: Free Speech Magenta. HEX triplet: E8, 4C and CC. RGB value is (232,76,204). Sum of RGB (Red+Green+Blue) = 232+76+204=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84CCC is #17B333. Grayscale: #888888. Windows color (decimal): -1553204 or 13389032. OLE color: 13389032.

HSL color Cylindrical-coordinate representation of color #E84CCC: hue angle of 310.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84CCC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 76 204 -
CMYK 0 0.67 0.12 0.09
HSL 310.77º 0.77% 0.6% -
HSV(B) 310.77º 0.67% 0.91% -
XYZ 46.76 26.68 59.81 -
YUV 137.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 232 76 204 0 0.67 0.12 0.09 310.77 0.77 0.6
Hex E8 4C CC 0 43 C 9 137 4D 3C
Octal 350 114 314 0 103 14 11 467 115 74
Binary 11101000 1001100 11001100 0 1000011 1100 1001 100110111 1001101 111100

Color Harmonies of #E84CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84CCC

Black with #E84CCC

Text Example


Text Example

White with #E84CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84CCC; }

 p { color: rgb(232,76,204); }

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

background-color css

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

 a { background-color: rgb(232,76,204); }

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

border-color css

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

 span { border-color: rgb(232,76,204); }

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