Html Css Color HEX #E046CC Free Speech Magenta

📋 copy color: '#E046CC'

red 224 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Magenta #E046CC

Tints of Free Speech Magenta #E046CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.06%

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

R = 44.98%
G = 14.06%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E046CC (or 0xE046CC) is known color: Free Speech Magenta. HEX triplet: E0, 46 and CC. RGB value is (224,70,204). Sum of RGB (Red+Green+Blue) = 224+70+204=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E046CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046CC is #1FB933. Grayscale: #828282. Windows color (decimal): -2079028 or 13387488. OLE color: 13387488.

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

Color convert

RGB 224 70 204 -
CMYK 0 0.69 0.09 0.12
HSL 307.79º 0.71% 0.58% -
HSV(B) 307.79º 0.69% 0.88% -
XYZ 43.83 24.59 59.56 -
YUV 131.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 224 70 204 0 0.69 0.09 0.12 307.79 0.71 0.58
Hex E0 46 CC 0 45 9 C 134 47 3A
Octal 340 106 314 0 105 11 14 464 107 72
Binary 11100000 1000110 11001100 0 1000101 1001 1100 100110100 1000111 111010

Color Harmonies of #E046CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046CC

Black with #E046CC

Text Example


Text Example

White with #E046CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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