Html Css Color HEX #E147CC Free Speech Magenta

📋 copy color: '#E147CC'

red 225 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Magenta #E147CC

Tints of Free Speech Magenta #E147CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.2%

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

R = 45%
G = 14.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E147CC (or 0xE147CC) is known color: Free Speech Magenta. HEX triplet: E1, 47 and CC. RGB value is (225,71,204). Sum of RGB (Red+Green+Blue) = 225+71+204=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E147CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147CC is #1EB833. Grayscale: #838383. Windows color (decimal): -2013236 or 13387745. OLE color: 13387745.

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

Color convert

RGB 225 71 204 -
CMYK 0 0.68 0.09 0.12
HSL 308.18º 0.72% 0.58% -
HSV(B) 308.18º 0.68% 0.88% -
XYZ 44.2 24.87 59.6 -
YUV 132.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 225 71 204 0 0.68 0.09 0.12 308.18 0.72 0.58
Hex E1 47 CC 0 44 9 C 134 48 3A
Octal 341 107 314 0 104 11 14 464 110 72
Binary 11100001 1000111 11001100 0 1000100 1001 1100 100110100 1001000 111010

Color Harmonies of #E147CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147CC

Black with #E147CC

Text Example


Text Example

White with #E147CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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