Html Css Color HEX #E754C7 Free Speech Magenta

📋 copy color: '#E754C7'

red 231 ◦ green 84 ◦ blue 199

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

Shades of Free Speech Magenta #E754C7

Tints of Free Speech Magenta #E754C7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.34%

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 44.94%
G = 16.34%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E754C7 (or 0xE754C7) is known color: Free Speech Magenta. HEX triplet: E7, 54 and C7. RGB value is (231,84,199). Sum of RGB (Red+Green+Blue) = 231+84+199=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E754C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754C7 is #18AB38. Grayscale: #8C8C8C. Windows color (decimal): -1616697 or 13063399. OLE color: 13063399.

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

Color convert

RGB 231 84 199 -
CMYK 0 0.64 0.14 0.09
HSL 313.06º 0.75% 0.62% -
HSV(B) 313.06º 0.64% 0.91% -
XYZ 46.43 27.45 56.88 -
YUV 141.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 231 84 199 0 0.64 0.14 0.09 313.06 0.75 0.62
Hex E7 54 C7 0 40 E 9 139 4B 3E
Octal 347 124 307 0 100 16 11 471 113 76
Binary 11100111 1010100 11000111 0 1000000 1110 1001 100111001 1001011 111110

Color Harmonies of #E754C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754C7

Black with #E754C7

Text Example


Text Example

White with #E754C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754C7; }

 p { color: rgb(231,84,199); }

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

background-color css

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

 a { background-color: rgb(231,84,199); }

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

border-color css

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

 span { border-color: rgb(231,84,199); }

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