Html Css Color HEX #E164CC Free Speech Magenta

📋 copy color: '#E164CC'

red 225 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Magenta #E164CC

Tints of Free Speech Magenta #E164CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 42.53%
G = 18.9%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E164CC (or 0xE164CC) is known color: Free Speech Magenta. HEX triplet: E1, 64 and CC. RGB value is (225,100,204). Sum of RGB (Red+Green+Blue) = 225+100+204=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E164CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164CC is #1E9B33. Grayscale: #949494. Windows color (decimal): -2005812 or 13395169. OLE color: 13395169.

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

Color convert

RGB 225 100 204 -
CMYK 0 0.56 0.09 0.12
HSL 310.08º 0.68% 0.64% -
HSV(B) 310.08º 0.56% 0.88% -
XYZ 46.51 29.48 60.37 -
YUV 149.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 225 100 204 0 0.56 0.09 0.12 310.08 0.68 0.64
Hex E1 64 CC 0 38 9 C 136 44 40
Octal 341 144 314 0 70 11 14 466 104 100
Binary 11100001 1100100 11001100 0 111000 1001 1100 100110110 1000100 1000000

Color Harmonies of #E164CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164CC

Black with #E164CC

Text Example


Text Example

White with #E164CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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