Html Css Color HEX #E164C7 Free Speech Magenta

📋 copy color: '#E164C7'

red 225 ◦ green 100 ◦ blue 199

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

Shades of Free Speech Magenta #E164C7

Tints of Free Speech Magenta #E164C7

RGB

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

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

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

R = 42.94%
G = 19.08%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E164C7 (or 0xE164C7) is known color: Free Speech Magenta. HEX triplet: E1, 64 and C7. RGB value is (225,100,199). Sum of RGB (Red+Green+Blue) = 225+100+199=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E164C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164C7 is #1E9B38. Grayscale: #949494. Windows color (decimal): -2005817 or 13067489. OLE color: 13067489.

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

Color convert

RGB 225 100 199 -
CMYK 0 0.56 0.12 0.12
HSL 312.48º 0.68% 0.64% -
HSV(B) 312.48º 0.56% 0.88% -
XYZ 45.92 29.25 57.26 -
YUV 148.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 225 100 199 0 0.56 0.12 0.12 312.48 0.68 0.64
Hex E1 64 C7 0 38 C C 138 44 40
Octal 341 144 307 0 70 14 14 470 104 100
Binary 11100001 1100100 11000111 0 111000 1100 1100 100111000 1000100 1000000

Color Harmonies of #E164C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164C7

Black with #E164C7

Text Example


Text Example

White with #E164C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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