Html Css Color HEX #E966DA Free Speech Magenta

📋 copy color: '#E966DA'

red 233 ◦ green 102 ◦ blue 218

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

Shades of Free Speech Magenta #E966DA

Tints of Free Speech Magenta #E966DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 42.13%
G = 18.44%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E966DA (or 0xE966DA) is known color: Free Speech Magenta. HEX triplet: E9, 66 and DA. RGB value is (233,102,218). Sum of RGB (Red+Green+Blue) = 233+102+218=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E966DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966DA is #169925. Grayscale: #9A9A9A. Windows color (decimal): -1480998 or 14313193. OLE color: 14313193.

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

Color convert

RGB 233 102 218 -
CMYK 0 0.56 0.06 0.09
HSL 306.87º 0.75% 0.66% -
HSV(B) 306.87º 0.56% 0.91% -
XYZ 51.01 31.89 69.8 -
YUV 154.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 233 102 218 0 0.56 0.06 0.09 306.87 0.75 0.66
Hex E9 66 DA 0 38 6 9 133 4B 42
Octal 351 146 332 0 70 6 11 463 113 102
Binary 11101001 1100110 11011010 0 111000 110 1001 100110011 1001011 1000010

Color Harmonies of #E966DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966DA

Black with #E966DA

Text Example


Text Example

White with #E966DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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