Html Css Color HEX #E751DA Free Speech Magenta

📋 copy color: '#E751DA'

red 231 ◦ green 81 ◦ blue 218

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

Shades of Free Speech Magenta #E751DA

Tints of Free Speech Magenta #E751DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 43.58%
G = 15.28%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E751DA (or 0xE751DA) is known color: Free Speech Magenta. HEX triplet: E7, 51 and DA. RGB value is (231,81,218). Sum of RGB (Red+Green+Blue) = 231+81+218=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E751DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751DA is #18AE25. Grayscale: #8D8D8D. Windows color (decimal): -1617446 or 14307815. OLE color: 14307815.

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

Color convert

RGB 231 81 218 -
CMYK 0 0.65 0.06 0.09
HSL 305.2º 0.76% 0.61% -
HSV(B) 305.2º 0.65% 0.91% -
XYZ 48.55 27.94 69.16 -
YUV 141.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 231 81 218 0 0.65 0.06 0.09 305.2 0.76 0.61
Hex E7 51 DA 0 41 6 9 131 4C 3D
Octal 347 121 332 0 101 6 11 461 114 75
Binary 11100111 1010001 11011010 0 1000001 110 1001 100110001 1001100 111101

Color Harmonies of #E751DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751DA

Black with #E751DA

Text Example


Text Example

White with #E751DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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