Html Css Color HEX #E750ED Free Speech Magenta

📋 copy color: '#E750ED'

red 231 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E750ED

Tints of Free Speech Magenta #E750ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.6%

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

R = 42.15%
G = 14.6%
B = 43.25%

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

#E750ED (or 0xE750ED) is known color: Free Speech Magenta. HEX triplet: E7, 50 and ED. RGB value is (231,80,237). Sum of RGB (Red+Green+Blue) = 231+80+237=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #E750ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E750ED is #18AF12. Grayscale: #8E8E8E. Windows color (decimal): -1617683 or 15552743. OLE color: 15552743.

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

Color convert

RGB 231 80 237 -
CMYK 0.03 0.66 0 0.07
HSL 297.71º 0.81% 0.62% -
HSV(B) 297.71º 0.66% 0.93% -
XYZ 51.11 28.84 82.99 -
YUV 143.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 231 80 237 0.03 0.66 0 0.07 297.71 0.81 0.62
Hex E7 50 ED 3 42 0 7 12A 51 3E
Octal 347 120 355 3 102 0 7 452 121 76
Binary 11100111 1010000 11101101 11 1000010 0 111 100101010 1010001 111110

Color Harmonies of #E750ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750ED

Black with #E750ED

Text Example


Text Example

White with #E750ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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