Html Css Color HEX #E758C7 Free Speech Magenta

📋 copy color: '#E758C7'

red 231 ◦ green 88 ◦ blue 199

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

Shades of Free Speech Magenta #E758C7

Tints of Free Speech Magenta #E758C7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.99%

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

R = 44.59%
G = 16.99%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E758C7 (or 0xE758C7) is known color: Free Speech Magenta. HEX triplet: E7, 58 and C7. RGB value is (231,88,199). Sum of RGB (Red+Green+Blue) = 231+88+199=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E758C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758C7 is #18A738. Grayscale: #8F8F8F. Windows color (decimal): -1615673 or 13064423. OLE color: 13064423.

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

Color convert

RGB 231 88 199 -
CMYK 0 0.62 0.14 0.09
HSL 313.43º 0.75% 0.63% -
HSV(B) 313.43º 0.62% 0.91% -
XYZ 46.75 28.09 56.99 -
YUV 143.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 231 88 199 0 0.62 0.14 0.09 313.43 0.75 0.63
Hex E7 58 C7 0 3E E 9 139 4B 3F
Octal 347 130 307 0 76 16 11 471 113 77
Binary 11100111 1011000 11000111 0 111110 1110 1001 100111001 1001011 111111

Color Harmonies of #E758C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E758C7

Black with #E758C7

Text Example


Text Example

White with #E758C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E758C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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