Html Css Color HEX #E760CE Free Speech Magenta

📋 copy color: '#E760CE'

red 231 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Magenta #E760CE

Tints of Free Speech Magenta #E760CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 43.34%
G = 18.01%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E760CE (or 0xE760CE) is known color: Free Speech Magenta. HEX triplet: E7, 60 and CE. RGB value is (231,96,206). Sum of RGB (Red+Green+Blue) = 231+96+206=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E760CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760CE is #189F31. Grayscale: #949494. Windows color (decimal): -1613618 or 13525223. OLE color: 13525223.

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

Color convert

RGB 231 96 206 -
CMYK 0 0.58 0.11 0.09
HSL 311.11º 0.74% 0.64% -
HSV(B) 311.11º 0.58% 0.91% -
XYZ 48.28 29.81 61.6 -
YUV 148.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 231 96 206 0 0.58 0.11 0.09 311.11 0.74 0.64
Hex E7 60 CE 0 3A B 9 137 4A 40
Octal 347 140 316 0 72 13 11 467 112 100
Binary 11100111 1100000 11001110 0 111010 1011 1001 100110111 1001010 1000000

Color Harmonies of #E760CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760CE

Black with #E760CE

Text Example


Text Example

White with #E760CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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