Html Css Color HEX #E760C2 Free Speech Magenta

📋 copy color: '#E760C2'

red 231 ◦ green 96 ◦ blue 194

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

Shades of Free Speech Magenta #E760C2

Tints of Free Speech Magenta #E760C2

RGB

 RED value IS 231 (90.63% from 255) = 44.34%

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

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 44.34%
G = 18.43%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E760C2 (or 0xE760C2) is known color: Free Speech Magenta. HEX triplet: E7, 60 and C2. RGB value is (231,96,194). Sum of RGB (Red+Green+Blue) = 231+96+194=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E760C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760C2 is #189F3D. Grayscale: #939393. Windows color (decimal): -1613630 or 12738791. OLE color: 12738791.

HSL color Cylindrical-coordinate representation of color #E760C2: hue angle of 316.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760C2 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 194 -
CMYK 0 0.58 0.16 0.09
HSL 316.44º 0.74% 0.64% -
HSV(B) 316.44º 0.58% 0.91% -
XYZ 46.88 29.25 54.21 -
YUV 147.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 231 96 194 0 0.58 0.16 0.09 316.44 0.74 0.64
Hex E7 60 C2 0 3A 10 9 13C 4A 40
Octal 347 140 302 0 72 20 11 474 112 100
Binary 11100111 1100000 11000010 0 111010 10000 1001 100111100 1001010 1000000

Color Harmonies of #E760C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760C2

Black with #E760C2

Text Example


Text Example

White with #E760C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760C2; }

 p { color: rgb(231,96,194); }

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

background-color css

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

 a { background-color: rgb(231,96,194); }

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

border-color css

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

 span { border-color: rgb(231,96,194); }

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