Html Css Color HEX #E960D9 Free Speech Magenta

📋 copy color: '#E960D9'

red 233 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #E960D9

Tints of Free Speech Magenta #E960D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 42.67%
G = 17.58%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E960D9 (or 0xE960D9) is known color: Free Speech Magenta. HEX triplet: E9, 60 and D9. RGB value is (233,96,217). Sum of RGB (Red+Green+Blue) = 233+96+217=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E960D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960D9 is #169F26. Grayscale: #969696. Windows color (decimal): -1482535 or 14246121. OLE color: 14246121.

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

Color convert

RGB 233 96 217 -
CMYK 0 0.59 0.07 0.09
HSL 307.01º 0.76% 0.65% -
HSV(B) 307.01º 0.59% 0.91% -
XYZ 50.31 30.7 68.92 -
YUV 150.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 233 96 217 0 0.59 0.07 0.09 307.01 0.76 0.65
Hex E9 60 D9 0 3B 7 9 133 4C 41
Octal 351 140 331 0 73 7 11 463 114 101
Binary 11101001 1100000 11011001 0 111011 111 1001 100110011 1001100 1000001

Color Harmonies of #E960D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960D9

Black with #E960D9

Text Example


Text Example

White with #E960D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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