Html Css Color HEX #E751D6 Free Speech Magenta

📋 copy color: '#E751D6'

red 231 ◦ green 81 ◦ blue 214

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

Shades of Free Speech Magenta #E751D6

Tints of Free Speech Magenta #E751D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 43.92%
G = 15.4%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E751D6 (or 0xE751D6) is known color: Free Speech Magenta. HEX triplet: E7, 51 and D6. RGB value is (231,81,214). Sum of RGB (Red+Green+Blue) = 231+81+214=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E751D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751D6 is #18AE29. Grayscale: #8C8C8C. Windows color (decimal): -1617450 or 14045671. OLE color: 14045671.

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

Color convert

RGB 231 81 214 -
CMYK 0 0.65 0.07 0.09
HSL 306.8º 0.76% 0.61% -
HSV(B) 306.8º 0.65% 0.91% -
XYZ 48.04 27.73 66.44 -
YUV 141.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 231 81 214 0 0.65 0.07 0.09 306.8 0.76 0.61
Hex E7 51 D6 0 41 7 9 133 4C 3D
Octal 347 121 326 0 101 7 11 463 114 75
Binary 11100111 1010001 11010110 0 1000001 111 1001 100110011 1001100 111101

Color Harmonies of #E751D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751D6

Black with #E751D6

Text Example


Text Example

White with #E751D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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