Html Css Color HEX #E142D4 Free Speech Magenta

📋 copy color: '#E142D4'

red 225 ◦ green 66 ◦ blue 212

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

Shades of Free Speech Magenta #E142D4

Tints of Free Speech Magenta #E142D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 44.73%
G = 13.12%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E142D4 (or 0xE142D4) is known color: Free Speech Magenta. HEX triplet: E1, 42 and D4. RGB value is (225,66,212). Sum of RGB (Red+Green+Blue) = 225+66+212=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E142D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142D4 is #1EBD2B. Grayscale: #818181. Windows color (decimal): -2014508 or 13910753. OLE color: 13910753.

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

Color convert

RGB 225 66 212 -
CMYK 0 0.71 0.06 0.12
HSL 304.91º 0.73% 0.57% -
HSV(B) 304.91º 0.71% 0.88% -
XYZ 44.88 24.66 64.68 -
YUV 130.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 225 66 212 0 0.71 0.06 0.12 304.91 0.73 0.57
Hex E1 42 D4 0 47 6 C 131 49 39
Octal 341 102 324 0 107 6 14 461 111 71
Binary 11100001 1000010 11010100 0 1000111 110 1100 100110001 1001001 111001

Color Harmonies of #E142D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142D4

Black with #E142D4

Text Example


Text Example

White with #E142D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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