Html Css Color HEX #E760E5 Free Speech Magenta

📋 copy color: '#E760E5'

red 231 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #E760E5

Tints of Free Speech Magenta #E760E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 41.55%
G = 17.27%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E760E5 (or 0xE760E5) is known color: Free Speech Magenta. HEX triplet: E7, 60 and E5. RGB value is (231,96,229). Sum of RGB (Red+Green+Blue) = 231+96+229=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E760E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760E5 is #189F1A. Grayscale: #979797. Windows color (decimal): -1613595 or 15032551. OLE color: 15032551.

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

Color convert

RGB 231 96 229 -
CMYK 0 0.58 0.01 0.09
HSL 300.89º 0.74% 0.64% -
HSV(B) 300.89º 0.58% 0.91% -
XYZ 51.28 31.01 77.41 -
YUV 151.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 231 96 229 0 0.58 0.01 0.09 300.89 0.74 0.64
Hex E7 60 E5 0 3A 1 9 12D 4A 40
Octal 347 140 345 0 72 1 11 455 112 100
Binary 11100111 1100000 11100101 0 111010 1 1001 100101101 1001010 1000000

Color Harmonies of #E760E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760E5

Black with #E760E5

Text Example


Text Example

White with #E760E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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