Html Css Color HEX #E150C0 Free Speech Magenta

📋 copy color: '#E150C0'

red 225 ◦ green 80 ◦ blue 192

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

Shades of Free Speech Magenta #E150C0

Tints of Free Speech Magenta #E150C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 45.27%
G = 16.1%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E150C0 (or 0xE150C0) is known color: Free Speech Magenta. HEX triplet: E1, 50 and C0. RGB value is (225,80,192). Sum of RGB (Red+Green+Blue) = 225+80+192=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E150C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150C0 is #1EAF3F. Grayscale: #878787. Windows color (decimal): -2010944 or 12603617. OLE color: 12603617.

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

Color convert

RGB 225 80 192 -
CMYK 0 0.64 0.15 0.12
HSL 313.66º 0.71% 0.6% -
HSV(B) 313.66º 0.64% 0.88% -
XYZ 43.43 25.55 52.51 -
YUV 136.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 225 80 192 0 0.64 0.15 0.12 313.66 0.71 0.6
Hex E1 50 C0 0 40 F C 13A 47 3C
Octal 341 120 300 0 100 17 14 472 107 74
Binary 11100001 1010000 11000000 0 1000000 1111 1100 100111010 1000111 111100

Color Harmonies of #E150C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150C0

Black with #E150C0

Text Example


Text Example

White with #E150C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150C0; }

 p { color: rgb(225,80,192); }

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

background-color css

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

 a { background-color: rgb(225,80,192); }

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

border-color css

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

 span { border-color: rgb(225,80,192); }

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