Html Css Color HEX #E960C9 Free Speech Magenta

📋 copy color: '#E960C9'

red 233 ◦ green 96 ◦ blue 201

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

Shades of Free Speech Magenta #E960C9

Tints of Free Speech Magenta #E960C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 43.96%
G = 18.11%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E960C9 (or 0xE960C9) is known color: Free Speech Magenta. HEX triplet: E9, 60 and C9. RGB value is (233,96,201). Sum of RGB (Red+Green+Blue) = 233+96+201=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E960C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960C9 is #169F36. Grayscale: #949494. Windows color (decimal): -1482551 or 13197545. OLE color: 13197545.

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

Color convert

RGB 233 96 201 -
CMYK 0 0.59 0.14 0.09
HSL 314.01º 0.76% 0.65% -
HSV(B) 314.01º 0.59% 0.91% -
XYZ 48.33 29.91 58.48 -
YUV 148.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 233 96 201 0 0.59 0.14 0.09 314.01 0.76 0.65
Hex E9 60 C9 0 3B E 9 13A 4C 41
Octal 351 140 311 0 73 16 11 472 114 101
Binary 11101001 1100000 11001001 0 111011 1110 1001 100111010 1001100 1000001

Color Harmonies of #E960C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960C9

Black with #E960C9

Text Example


Text Example

White with #E960C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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