Html Css Color HEX #E966D1 Free Speech Magenta

📋 copy color: '#E966D1'

red 233 ◦ green 102 ◦ blue 209

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

Shades of Free Speech Magenta #E966D1

Tints of Free Speech Magenta #E966D1

RGB

 RED value IS 233 (91.41% from 255) = 42.83%

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

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 42.83%
G = 18.75%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E966D1 (or 0xE966D1) is known color: Free Speech Magenta. HEX triplet: E9, 66 and D1. RGB value is (233,102,209). Sum of RGB (Red+Green+Blue) = 233+102+209=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D1 is #16992E. Grayscale: #999999. Windows color (decimal): -1481007 or 13723369. OLE color: 13723369.

HSL color Cylindrical-coordinate representation of color #E966D1: hue angle of 310.99º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966D1 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 102 209 -
CMYK 0 0.56 0.10 0.09
HSL 310.99º 0.75% 0.66% -
HSV(B) 310.99º 0.56% 0.91% -
XYZ 49.86 31.43 63.76 -
YUV 153.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 233 102 209 0 0.56 0.10 0.09 310.99 0.75 0.66
Hex E9 66 D1 0 38 A 9 137 4B 42
Octal 351 146 321 0 70 12 11 467 113 102
Binary 11101001 1100110 11010001 0 111000 1010 1001 100110111 1001011 1000010

Color Harmonies of #E966D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966D1

Black with #E966D1

Text Example


Text Example

White with #E966D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966D1; }

 p { color: rgb(233,102,209); }

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

background-color css

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

 a { background-color: rgb(233,102,209); }

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

border-color css

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

 span { border-color: rgb(233,102,209); }

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