Html Css Color HEX #E150C9 Free Speech Magenta

📋 copy color: '#E150C9'

red 225 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #E150C9

Tints of Free Speech Magenta #E150C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 44.47%
G = 15.81%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E150C9 (or 0xE150C9) is known color: Free Speech Magenta. HEX triplet: E1, 50 and C9. RGB value is (225,80,201). Sum of RGB (Red+Green+Blue) = 225+80+201=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E150C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150C9 is #1EAF36. Grayscale: #888888. Windows color (decimal): -2010935 or 13193441. OLE color: 13193441.

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

Color convert

RGB 225 80 201 -
CMYK 0 0.64 0.11 0.12
HSL 309.93º 0.71% 0.6% -
HSV(B) 309.93º 0.64% 0.88% -
XYZ 44.46 25.96 57.93 -
YUV 137.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 225 80 201 0 0.64 0.11 0.12 309.93 0.71 0.6
Hex E1 50 C9 0 40 B C 136 47 3C
Octal 341 120 311 0 100 13 14 466 107 74
Binary 11100001 1010000 11001001 0 1000000 1011 1100 100110110 1000111 111100

Color Harmonies of #E150C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150C9

Black with #E150C9

Text Example


Text Example

White with #E150C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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