Html Css Color HEX #E166C4 Free Speech Magenta

📋 copy color: '#E166C4'

red 225 ◦ green 102 ◦ blue 196

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

Shades of Free Speech Magenta #E166C4

Tints of Free Speech Magenta #E166C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 43.02%
G = 19.5%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E166C4 (or 0xE166C4) is known color: Free Speech Magenta. HEX triplet: E1, 66 and C4. RGB value is (225,102,196). Sum of RGB (Red+Green+Blue) = 225+102+196=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E166C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166C4 is #1E993B. Grayscale: #959595. Windows color (decimal): -2005308 or 12871393. OLE color: 12871393.

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

Color convert

RGB 225 102 196 -
CMYK 0 0.55 0.13 0.12
HSL 314.15º 0.67% 0.64% -
HSV(B) 314.15º 0.55% 0.88% -
XYZ 45.77 29.5 55.51 -
YUV 149.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 225 102 196 0 0.55 0.13 0.12 314.15 0.67 0.64
Hex E1 66 C4 0 37 D C 13A 43 40
Octal 341 146 304 0 67 15 14 472 103 100
Binary 11100001 1100110 11000100 0 110111 1101 1100 100111010 1000011 1000000

Color Harmonies of #E166C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166C4

Black with #E166C4

Text Example


Text Example

White with #E166C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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