Html Css Color HEX #E760C9 Free Speech Magenta

📋 copy color: '#E760C9'

red 231 ◦ green 96 ◦ blue 201

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

Shades of Free Speech Magenta #E760C9

Tints of Free Speech Magenta #E760C9

RGB

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

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

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

R = 43.75%
G = 18.18%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E760C9 (or 0xE760C9) is known color: Free Speech Magenta. HEX triplet: E7, 60 and C9. RGB value is (231,96,201). Sum of RGB (Red+Green+Blue) = 231+96+201=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E760C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760C9 is #189F36. Grayscale: #949494. Windows color (decimal): -1613623 or 13197543. OLE color: 13197543.

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

Color convert

RGB 231 96 201 -
CMYK 0 0.58 0.13 0.09
HSL 313.33º 0.74% 0.64% -
HSV(B) 313.33º 0.58% 0.91% -
XYZ 47.68 29.57 58.45 -
YUV 148.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 231 96 201 0 0.58 0.13 0.09 313.33 0.74 0.64
Hex E7 60 C9 0 3A D 9 139 4A 40
Octal 347 140 311 0 72 15 11 471 112 100
Binary 11100111 1100000 11001001 0 111010 1101 1001 100111001 1001010 1000000

Color Harmonies of #E760C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760C9

Black with #E760C9

Text Example


Text Example

White with #E760C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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