Html Css Color HEX #E960C7 Free Speech Magenta

📋 copy color: '#E960C7'

red 233 ◦ green 96 ◦ blue 199

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

Shades of Free Speech Magenta #E960C7

Tints of Free Speech Magenta #E960C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 44.13%
G = 18.18%
B = 37.69%

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

#E960C7 (or 0xE960C7) is known color: Free Speech Magenta. HEX triplet: E9, 60 and C7. RGB value is (233,96,199). Sum of RGB (Red+Green+Blue) = 233+96+199=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E960C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960C7 is #169F38. Grayscale: #949494. Windows color (decimal): -1482553 or 13066473. OLE color: 13066473.

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

Color convert

RGB 233 96 199 -
CMYK 0 0.59 0.15 0.09
HSL 314.89º 0.76% 0.65% -
HSV(B) 314.89º 0.59% 0.91% -
XYZ 48.1 29.81 57.25 -
YUV 148.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 233 96 199 0 0.59 0.15 0.09 314.89 0.76 0.65
Hex E9 60 C7 0 3B F 9 13B 4C 41
Octal 351 140 307 0 73 17 11 473 114 101
Binary 11101001 1100000 11000111 0 111011 1111 1001 100111011 1001100 1000001

Color Harmonies of #E960C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960C7

Black with #E960C7

Text Example


Text Example

White with #E960C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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