Html Css Color HEX #E142C5 Free Speech Magenta

📋 copy color: '#E142C5'

red 225 ◦ green 66 ◦ blue 197

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

Shades of Free Speech Magenta #E142C5

Tints of Free Speech Magenta #E142C5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.52%

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 46.11%
G = 13.52%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E142C5 (or 0xE142C5) is known color: Free Speech Magenta. HEX triplet: E1, 42 and C5. RGB value is (225,66,197). Sum of RGB (Red+Green+Blue) = 225+66+197=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E142C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142C5 is #1EBD3A. Grayscale: #808080. Windows color (decimal): -2014523 or 12927713. OLE color: 12927713.

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

Color convert

RGB 225 66 197 -
CMYK 0 0.71 0.12 0.12
HSL 310.57º 0.73% 0.57% -
HSV(B) 310.57º 0.71% 0.88% -
XYZ 43.08 23.94 55.17 -
YUV 128.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 225 66 197 0 0.71 0.12 0.12 310.57 0.73 0.57
Hex E1 42 C5 0 47 C C 137 49 39
Octal 341 102 305 0 107 14 14 467 111 71
Binary 11100001 1000010 11000101 0 1000111 1100 1100 100110111 1001001 111001

Color Harmonies of #E142C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142C5

Black with #E142C5

Text Example


Text Example

White with #E142C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142C5; }

 p { color: rgb(225,66,197); }

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

background-color css

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

 a { background-color: rgb(225,66,197); }

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

border-color css

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

 span { border-color: rgb(225,66,197); }

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