Html Css Color HEX #E164C9 Free Speech Magenta

📋 copy color: '#E164C9'

red 225 ◦ green 100 ◦ blue 201

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

Shades of Free Speech Magenta #E164C9

Tints of Free Speech Magenta #E164C9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

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

R = 42.78%
G = 19.01%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E164C9 (or 0xE164C9) is known color: Free Speech Magenta. HEX triplet: E1, 64 and C9. RGB value is (225,100,201). Sum of RGB (Red+Green+Blue) = 225+100+201=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E164C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164C9 is #1E9B36. Grayscale: #949494. Windows color (decimal): -2005815 or 13198561. OLE color: 13198561.

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

Color convert

RGB 225 100 201 -
CMYK 0 0.56 0.11 0.12
HSL 311.52º 0.68% 0.64% -
HSV(B) 311.52º 0.56% 0.88% -
XYZ 46.15 29.34 58.49 -
YUV 148.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 225 100 201 0 0.56 0.11 0.12 311.52 0.68 0.64
Hex E1 64 C9 0 38 B C 138 44 40
Octal 341 144 311 0 70 13 14 470 104 100
Binary 11100001 1100100 11001001 0 111000 1011 1100 100111000 1000100 1000000

Color Harmonies of #E164C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164C9

Black with #E164C9

Text Example


Text Example

White with #E164C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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