Html Css Color HEX #E960C5 Free Speech Magenta

📋 copy color: '#E960C5'

red 233 ◦ green 96 ◦ blue 197

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

Shades of Free Speech Magenta #E960C5

Tints of Free Speech Magenta #E960C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 44.3%
G = 18.25%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E960C5 (or 0xE960C5) is known color: Free Speech Magenta. HEX triplet: E9, 60 and C5. RGB value is (233,96,197). Sum of RGB (Red+Green+Blue) = 233+96+197=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E960C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960C5 is #169F3A. Grayscale: #949494. Windows color (decimal): -1482555 or 12935401. OLE color: 12935401.

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

Color convert

RGB 233 96 197 -
CMYK 0 0.59 0.15 0.09
HSL 315.77º 0.76% 0.65% -
HSV(B) 315.77º 0.59% 0.91% -
XYZ 47.87 29.72 56.04 -
YUV 148.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 233 96 197 0 0.59 0.15 0.09 315.77 0.76 0.65
Hex E9 60 C5 0 3B F 9 13C 4C 41
Octal 351 140 305 0 73 17 11 474 114 101
Binary 11101001 1100000 11000101 0 111011 1111 1001 100111100 1001100 1000001

Color Harmonies of #E960C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960C5

Black with #E960C5

Text Example


Text Example

White with #E960C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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