Html Css Color HEX #E758C1 Free Speech Magenta

📋 copy color: '#E758C1'

red 231 ◦ green 88 ◦ blue 193

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

Shades of Free Speech Magenta #E758C1

Tints of Free Speech Magenta #E758C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 45.12%
G = 17.19%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E758C1 (or 0xE758C1) is known color: Free Speech Magenta. HEX triplet: E7, 58 and C1. RGB value is (231,88,193). Sum of RGB (Red+Green+Blue) = 231+88+193=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E758C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758C1 is #18A73E. Grayscale: #8E8E8E. Windows color (decimal): -1615679 or 12671207. OLE color: 12671207.

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

Color convert

RGB 231 88 193 -
CMYK 0 0.62 0.16 0.09
HSL 315.94º 0.75% 0.63% -
HSV(B) 315.94º 0.62% 0.91% -
XYZ 46.07 27.82 53.39 -
YUV 142.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 231 88 193 0 0.62 0.16 0.09 315.94 0.75 0.63
Hex E7 58 C1 0 3E 10 9 13C 4B 3F
Octal 347 130 301 0 76 20 11 474 113 77
Binary 11100111 1011000 11000001 0 111110 10000 1001 100111100 1001011 111111

Color Harmonies of #E758C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E758C1

Black with #E758C1

Text Example


Text Example

White with #E758C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E758C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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