Html Css Color HEX #E751C0 Free Speech Magenta

📋 copy color: '#E751C0'

red 231 ◦ green 81 ◦ blue 192

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

Shades of Free Speech Magenta #E751C0

Tints of Free Speech Magenta #E751C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.07%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 45.83%
G = 16.07%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E751C0 (or 0xE751C0) is known color: Free Speech Magenta. HEX triplet: E7, 51 and C0. RGB value is (231,81,192). Sum of RGB (Red+Green+Blue) = 231+81+192=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E751C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751C0 is #18AE3F. Grayscale: #8A8A8A. Windows color (decimal): -1617472 or 12603879. OLE color: 12603879.

HSL color Cylindrical-coordinate representation of color #E751C0: hue angle of 315.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E751C0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 192 -
CMYK 0 0.65 0.17 0.09
HSL 315.6º 0.76% 0.61% -
HSV(B) 315.6º 0.65% 0.91% -
XYZ 45.41 26.68 52.63 -
YUV 138.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 231 81 192 0 0.65 0.17 0.09 315.6 0.76 0.61
Hex E7 51 C0 0 41 11 9 13C 4C 3D
Octal 347 121 300 0 101 21 11 474 114 75
Binary 11100111 1010001 11000000 0 1000001 10001 1001 100111100 1001100 111101

Color Harmonies of #E751C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751C0

Black with #E751C0

Text Example


Text Example

White with #E751C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751C0; }

 p { color: rgb(231,81,192); }

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

background-color css

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

 a { background-color: rgb(231,81,192); }

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

border-color css

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

 span { border-color: rgb(231,81,192); }

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