Html Css Color HEX #E751F2 Free Speech Magenta

📋 copy color: '#E751F2'

red 231 ◦ green 81 ◦ blue 242

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

Shades of Free Speech Magenta #E751F2

Tints of Free Speech Magenta #E751F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 41.7%
G = 14.62%
B = 43.68%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E751F2 (or 0xE751F2) is known color: Free Speech Magenta. HEX triplet: E7, 51 and F2. RGB value is (231,81,242). Sum of RGB (Red+Green+Blue) = 231+81+242=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 81 (32.03% from 255 or 14.62% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #E751F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E751F2 is #18AE0D. Grayscale: #8F8F8F. Windows color (decimal): -1617422 or 15880679. OLE color: 15880679.

HSL color Cylindrical-coordinate representation of color #E751F2: hue angle of 295.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E751F2 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 81 242 -
CMYK 0.05 0.67 0 0.05
HSL 295.9º 0.86% 0.63% -
HSV(B) 295.9º 0.67% 0.95% -
XYZ 51.92 29.28 86.92 -
YUV 144.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 231 81 242 0.05 0.67 0 0.05 295.9 0.86 0.63
Hex E7 51 F2 5 43 0 5 128 56 3F
Octal 347 121 362 5 103 0 5 450 126 77
Binary 11100111 1010001 11110010 101 1000011 0 101 100101000 1010110 111111

Color Harmonies of #E751F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751F2

Black with #E751F2

Text Example


Text Example

White with #E751F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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