Html Css Color HEX #E160C7 Free Speech Magenta

📋 copy color: '#E160C7'

red 225 ◦ green 96 ◦ blue 199

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

Shades of Free Speech Magenta #E160C7

Tints of Free Speech Magenta #E160C7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 43.27%
G = 18.46%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E160C7 (or 0xE160C7) is known color: Free Speech Magenta. HEX triplet: E1, 60 and C7. RGB value is (225,96,199). Sum of RGB (Red+Green+Blue) = 225+96+199=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E160C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160C7 is #1E9F38. Grayscale: #929292. Windows color (decimal): -2006841 or 13066465. OLE color: 13066465.

HSL color Cylindrical-coordinate representation of color #E160C7: hue angle of 312.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E160C7 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 199 -
CMYK 0 0.57 0.12 0.12
HSL 312.09º 0.68% 0.63% -
HSV(B) 312.09º 0.57% 0.88% -
XYZ 45.54 28.5 57.13 -
YUV 146.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 225 96 199 0 0.57 0.12 0.12 312.09 0.68 0.63
Hex E1 60 C7 0 39 C C 138 44 3F
Octal 341 140 307 0 71 14 14 470 104 77
Binary 11100001 1100000 11000111 0 111001 1100 1100 100111000 1000100 111111

Color Harmonies of #E160C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E160C7

Black with #E160C7

Text Example


Text Example

White with #E160C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E160C7; }

 p { color: rgb(225,96,199); }

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

background-color css

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

 a { background-color: rgb(225,96,199); }

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

border-color css

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

 span { border-color: rgb(225,96,199); }

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