Html Css Color HEX #E142C2 Free Speech Magenta

📋 copy color: '#E142C2'

red 225 ◦ green 66 ◦ blue 194

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

Shades of Free Speech Magenta #E142C2

Tints of Free Speech Magenta #E142C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40%

R = 46.39%
G = 13.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E142C2 (or 0xE142C2) is known color: Free Speech Magenta. HEX triplet: E1, 42 and C2. RGB value is (225,66,194). Sum of RGB (Red+Green+Blue) = 225+66+194=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E142C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142C2 is #1EBD3D. Grayscale: #7F7F7F. Windows color (decimal): -2014526 or 12731105. OLE color: 12731105.

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

Color convert

RGB 225 66 194 -
CMYK 0 0.71 0.14 0.12
HSL 311.7º 0.73% 0.57% -
HSV(B) 311.7º 0.71% 0.88% -
XYZ 42.74 23.8 53.38 -
YUV 128.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 225 66 194 0 0.71 0.14 0.12 311.7 0.73 0.57
Hex E1 42 C2 0 47 E C 138 49 39
Octal 341 102 302 0 107 16 14 470 111 71
Binary 11100001 1000010 11000010 0 1000111 1110 1100 100111000 1001001 111001

Color Harmonies of #E142C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142C2

Black with #E142C2

Text Example


Text Example

White with #E142C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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