Html Css Color HEX #E760CC Free Speech Magenta

📋 copy color: '#E760CC'

red 231 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #E760CC

Tints of Free Speech Magenta #E760CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 43.5%
G = 18.08%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E760CC (or 0xE760CC) is known color: Free Speech Magenta. HEX triplet: E7, 60 and CC. RGB value is (231,96,204). Sum of RGB (Red+Green+Blue) = 231+96+204=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E760CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760CC is #189F33. Grayscale: #949494. Windows color (decimal): -1613620 or 13394151. OLE color: 13394151.

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

Color convert

RGB 231 96 204 -
CMYK 0 0.58 0.12 0.09
HSL 312º 0.74% 0.64% -
HSV(B) 312º 0.58% 0.91% -
XYZ 48.04 29.71 60.33 -
YUV 148.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 231 96 204 0 0.58 0.12 0.09 312 0.74 0.64
Hex E7 60 CC 0 3A C 9 138 4A 40
Octal 347 140 314 0 72 14 11 470 112 100
Binary 11100111 1100000 11001100 0 111010 1100 1001 100111000 1001010 1000000

Color Harmonies of #E760CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760CC

Black with #E760CC

Text Example


Text Example

White with #E760CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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