Html Css Color HEX #E146CC Free Speech Magenta

📋 copy color: '#E146CC'

red 225 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Magenta #E146CC

Tints of Free Speech Magenta #E146CC

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

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

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

R = 45.09%
G = 14.03%
B = 40.88%

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

#E146CC (or 0xE146CC) is known color: Free Speech Magenta. HEX triplet: E1, 46 and CC. RGB value is (225,70,204). Sum of RGB (Red+Green+Blue) = 225+70+204=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CC is #1EB933. Grayscale: #838383. Windows color (decimal): -2013492 or 13387489. OLE color: 13387489.

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

Color convert

RGB 225 70 204 -
CMYK 0 0.69 0.09 0.12
HSL 308.13º 0.72% 0.58% -
HSV(B) 308.13º 0.69% 0.88% -
XYZ 44.14 24.75 59.58 -
YUV 131.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 225 70 204 0 0.69 0.09 0.12 308.13 0.72 0.58
Hex E1 46 CC 0 45 9 C 134 48 3A
Octal 341 106 314 0 105 11 14 464 110 72
Binary 11100001 1000110 11001100 0 1000101 1001 1100 100110100 1001000 111010

Color Harmonies of #E146CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146CC

Black with #E146CC

Text Example


Text Example

White with #E146CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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