Html Css Color HEX #E046CA Free Speech Magenta

📋 copy color: '#E046CA'

red 224 ◦ green 70 ◦ blue 202

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

Shades of Free Speech Magenta #E046CA

Tints of Free Speech Magenta #E046CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 45.16%
G = 14.11%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E046CA (or 0xE046CA) is known color: Free Speech Magenta. HEX triplet: E0, 46 and CA. RGB value is (224,70,202). Sum of RGB (Red+Green+Blue) = 224+70+202=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E046CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046CA is #1FB935. Grayscale: #828282. Windows color (decimal): -2079030 or 13256416. OLE color: 13256416.

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

Color convert

RGB 224 70 202 -
CMYK 0 0.69 0.10 0.12
HSL 308.57º 0.71% 0.58% -
HSV(B) 308.57º 0.69% 0.88% -
XYZ 43.59 24.49 58.31 -
YUV 131.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 224 70 202 0 0.69 0.10 0.12 308.57 0.71 0.58
Hex E0 46 CA 0 45 A C 135 47 3A
Octal 340 106 312 0 105 12 14 465 107 72
Binary 11100000 1000110 11001010 0 1000101 1010 1100 100110101 1000111 111010

Color Harmonies of #E046CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046CA

Black with #E046CA

Text Example


Text Example

White with #E046CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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