Html Css Color HEX #E164CE Free Speech Magenta

📋 copy color: '#E164CE'

red 225 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Magenta #E164CE

Tints of Free Speech Magenta #E164CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 42.37%
G = 18.83%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E164CE (or 0xE164CE) is known color: Free Speech Magenta. HEX triplet: E1, 64 and CE. RGB value is (225,100,206). Sum of RGB (Red+Green+Blue) = 225+100+206=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E164CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164CE is #1E9B31. Grayscale: #959595. Windows color (decimal): -2005810 or 13526241. OLE color: 13526241.

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

Color convert

RGB 225 100 206 -
CMYK 0 0.56 0.08 0.12
HSL 309.12º 0.68% 0.64% -
HSV(B) 309.12º 0.56% 0.88% -
XYZ 46.75 29.58 61.64 -
YUV 149.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 225 100 206 0 0.56 0.08 0.12 309.12 0.68 0.64
Hex E1 64 CE 0 38 8 C 135 44 40
Octal 341 144 316 0 70 10 14 465 104 100
Binary 11100001 1100100 11001110 0 111000 1000 1100 100110101 1000100 1000000

Color Harmonies of #E164CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164CE

Black with #E164CE

Text Example


Text Example

White with #E164CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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