Html Css Color HEX #E755C7 Free Speech Magenta

📋 copy color: '#E755C7'

red 231 ◦ green 85 ◦ blue 199

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

Shades of Free Speech Magenta #E755C7

Tints of Free Speech Magenta #E755C7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.5%

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

R = 44.85%
G = 16.5%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E755C7 (or 0xE755C7) is known color: Free Speech Magenta. HEX triplet: E7, 55 and C7. RGB value is (231,85,199). Sum of RGB (Red+Green+Blue) = 231+85+199=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E755C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755C7 is #18AA38. Grayscale: #8D8D8D. Windows color (decimal): -1616441 or 13063655. OLE color: 13063655.

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

Color convert

RGB 231 85 199 -
CMYK 0 0.63 0.14 0.09
HSL 313.15º 0.75% 0.62% -
HSV(B) 313.15º 0.63% 0.91% -
XYZ 46.51 27.61 56.91 -
YUV 141.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 231 85 199 0 0.63 0.14 0.09 313.15 0.75 0.62
Hex E7 55 C7 0 3F E 9 139 4B 3E
Octal 347 125 307 0 77 16 11 471 113 76
Binary 11100111 1010101 11000111 0 111111 1110 1001 100111001 1001011 111110

Color Harmonies of #E755C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755C7

Black with #E755C7

Text Example


Text Example

White with #E755C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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