Html Css Color HEX #E745C7 Free Speech Magenta

📋 copy color: '#E745C7'

red 231 ◦ green 69 ◦ blue 199

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

Shades of Free Speech Magenta #E745C7

Tints of Free Speech Magenta #E745C7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.83%

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

R = 46.29%
G = 13.83%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E745C7 (or 0xE745C7) is known color: Free Speech Magenta. HEX triplet: E7, 45 and C7. RGB value is (231,69,199). Sum of RGB (Red+Green+Blue) = 231+69+199=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E745C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E745C7 is #18BA38. Grayscale: #838383. Windows color (decimal): -1620537 or 13059559. OLE color: 13059559.

HSL color Cylindrical-coordinate representation of color #E745C7: hue angle of 311.85º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745C7 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 69 199 -
CMYK 0 0.70 0.14 0.09
HSL 311.85º 0.77% 0.59% -
HSV(B) 311.85º 0.7% 0.91% -
XYZ 45.39 25.37 56.54 -
YUV 132.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 231 69 199 0 0.70 0.14 0.09 311.85 0.77 0.59
Hex E7 45 C7 0 46 E 9 138 4D 3B
Octal 347 105 307 0 106 16 11 470 115 73
Binary 11100111 1000101 11000111 0 1000110 1110 1001 100111000 1001101 111011

Color Harmonies of #E745C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E745C7

Black with #E745C7

Text Example


Text Example

White with #E745C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E745C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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