Html Css Color HEX #E166C6 Free Speech Magenta

📋 copy color: '#E166C6'

red 225 ◦ green 102 ◦ blue 198

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

Shades of Free Speech Magenta #E166C6

Tints of Free Speech Magenta #E166C6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.43%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 42.86%
G = 19.43%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E166C6 (or 0xE166C6) is known color: Free Speech Magenta. HEX triplet: E1, 66 and C6. RGB value is (225,102,198). Sum of RGB (Red+Green+Blue) = 225+102+198=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E166C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166C6 is #1E9939. Grayscale: #959595. Windows color (decimal): -2005306 or 13002465. OLE color: 13002465.

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

Color convert

RGB 225 102 198 -
CMYK 0 0.55 0.12 0.12
HSL 313.17º 0.67% 0.64% -
HSV(B) 313.17º 0.55% 0.88% -
XYZ 46 29.59 56.71 -
YUV 149.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 225 102 198 0 0.55 0.12 0.12 313.17 0.67 0.64
Hex E1 66 C6 0 37 C C 139 43 40
Octal 341 146 306 0 67 14 14 471 103 100
Binary 11100001 1100110 11000110 0 110111 1100 1100 100111001 1000011 1000000

Color Harmonies of #E166C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166C6

Black with #E166C6

Text Example


Text Example

White with #E166C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166C6; }

 p { color: rgb(225,102,198); }

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

background-color css

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

 a { background-color: rgb(225,102,198); }

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

border-color css

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

 span { border-color: rgb(225,102,198); }

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