Html Css Color HEX #E146E5 Free Speech Magenta

📋 copy color: '#E146E5'

red 225 ◦ green 70 ◦ blue 229

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

Shades of Free Speech Magenta #E146E5

Tints of Free Speech Magenta #E146E5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.36%

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

R = 42.94%
G = 13.36%
B = 43.7%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E146E5 (or 0xE146E5) is known color: Free Speech Magenta. HEX triplet: E1, 46 and E5. RGB value is (225,70,229). Sum of RGB (Red+Green+Blue) = 225+70+229=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #E146E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146E5 is #1EB91A. Grayscale: #858585. Windows color (decimal): -2013467 or 15025889. OLE color: 15025889.

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

Color convert

RGB 225 70 229 -
CMYK 0.02 0.69 0 0.10
HSL 298.49º 0.75% 0.59% -
HSV(B) 298.49º 0.69% 0.9% -
XYZ 47.38 26.05 76.66 -
YUV 134.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 225 70 229 0.02 0.69 0 0.10 298.49 0.75 0.59
Hex E1 46 E5 2 45 0 A 12A 4B 3B
Octal 341 106 345 2 105 0 12 452 113 73
Binary 11100001 1000110 11100101 10 1000101 0 1010 100101010 1001011 111011

Color Harmonies of #E146E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146E5

Black with #E146E5

Text Example


Text Example

White with #E146E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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