Html Css Color HEX #E960D1 Free Speech Magenta

📋 copy color: '#E960D1'

red 233 ◦ green 96 ◦ blue 209

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

Shades of Free Speech Magenta #E960D1

Tints of Free Speech Magenta #E960D1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.84%

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

R = 43.31%
G = 17.84%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E960D1 (or 0xE960D1) is known color: Free Speech Magenta. HEX triplet: E9, 60 and D1. RGB value is (233,96,209). Sum of RGB (Red+Green+Blue) = 233+96+209=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E960D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960D1 is #169F2E. Grayscale: #959595. Windows color (decimal): -1482543 or 13721833. OLE color: 13721833.

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

Color convert

RGB 233 96 209 -
CMYK 0 0.59 0.10 0.09
HSL 310.51º 0.76% 0.65% -
HSV(B) 310.51º 0.59% 0.91% -
XYZ 49.3 30.29 63.57 -
YUV 149.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 233 96 209 0 0.59 0.10 0.09 310.51 0.76 0.65
Hex E9 60 D1 0 3B A 9 137 4C 41
Octal 351 140 321 0 73 12 11 467 114 101
Binary 11101001 1100000 11010001 0 111011 1010 1001 100110111 1001100 1000001

Color Harmonies of #E960D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960D1

Black with #E960D1

Text Example


Text Example

White with #E960D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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