Html Css Color HEX #E960CA Free Speech Magenta

📋 copy color: '#E960CA'

red 233 ◦ green 96 ◦ blue 202

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

Shades of Free Speech Magenta #E960CA

Tints of Free Speech Magenta #E960CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 43.88%
G = 18.08%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E960CA (or 0xE960CA) is known color: Free Speech Magenta. HEX triplet: E9, 60 and CA. RGB value is (233,96,202). Sum of RGB (Red+Green+Blue) = 233+96+202=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E960CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960CA is #169F35. Grayscale: #949494. Windows color (decimal): -1482550 or 13263081. OLE color: 13263081.

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

Color convert

RGB 233 96 202 -
CMYK 0 0.59 0.13 0.09
HSL 313.58º 0.76% 0.65% -
HSV(B) 313.58º 0.59% 0.91% -
XYZ 48.45 29.95 59.11 -
YUV 149.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 233 96 202 0 0.59 0.13 0.09 313.58 0.76 0.65
Hex E9 60 CA 0 3B D 9 13A 4C 41
Octal 351 140 312 0 73 15 11 472 114 101
Binary 11101001 1100000 11001010 0 111011 1101 1001 100111010 1001100 1000001

Color Harmonies of #E960CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960CA

Black with #E960CA

Text Example


Text Example

White with #E960CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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