Html Css Color HEX #E142E5 Free Speech Magenta

📋 copy color: '#E142E5'

red 225 ◦ green 66 ◦ blue 229

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

Shades of Free Speech Magenta #E142E5

Tints of Free Speech Magenta #E142E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 43.27%
G = 12.69%
B = 44.04%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E142E5 (or 0xE142E5) is known color: Free Speech Magenta. HEX triplet: E1, 42 and E5. RGB value is (225,66,229). Sum of RGB (Red+Green+Blue) = 225+66+229=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #E142E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142E5 is #1EBD1A. Grayscale: #838383. Windows color (decimal): -2014491 or 15024865. OLE color: 15024865.

HSL color Cylindrical-coordinate representation of color #E142E5: hue angle of 298.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E142E5 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 66 229 -
CMYK 0.02 0.71 0 0.10
HSL 298.53º 0.76% 0.58% -
HSV(B) 298.53º 0.71% 0.9% -
XYZ 47.14 25.56 76.58 -
YUV 132.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 225 66 229 0.02 0.71 0 0.10 298.53 0.76 0.58
Hex E1 42 E5 2 47 0 A 12B 4C 3A
Octal 341 102 345 2 107 0 12 453 114 72
Binary 11100001 1000010 11100101 10 1000111 0 1010 100101011 1001100 111010

Color Harmonies of #E142E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142E5

Black with #E142E5

Text Example


Text Example

White with #E142E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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