Html Css Color HEX #E751ED Free Speech Magenta

📋 copy color: '#E751ED'

red 231 ◦ green 81 ◦ blue 237

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

Shades of Free Speech Magenta #E751ED

Tints of Free Speech Magenta #E751ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 42.08%
G = 14.75%
B = 43.17%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E751ED (or 0xE751ED) is known color: Free Speech Magenta. HEX triplet: E7, 51 and ED. RGB value is (231,81,237). Sum of RGB (Red+Green+Blue) = 231+81+237=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #E751ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E751ED is #18AE12. Grayscale: #8F8F8F. Windows color (decimal): -1617427 or 15552999. OLE color: 15552999.

HSL color Cylindrical-coordinate representation of color #E751ED: hue angle of 297.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E751ED is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 81 237 -
CMYK 0.03 0.66 0 0.07
HSL 297.69º 0.81% 0.62% -
HSV(B) 297.69º 0.66% 0.93% -
XYZ 51.18 28.99 83.02 -
YUV 143.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 231 81 237 0.03 0.66 0 0.07 297.69 0.81 0.62
Hex E7 51 ED 3 42 0 7 12A 51 3E
Octal 347 121 355 3 102 0 7 452 121 76
Binary 11100111 1010001 11101101 11 1000010 0 111 100101010 1010001 111110

Color Harmonies of #E751ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751ED

Black with #E751ED

Text Example


Text Example

White with #E751ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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