Html Css Color HEX #E750E1 Free Speech Magenta

📋 copy color: '#E750E1'

red 231 ◦ green 80 ◦ blue 225

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

Shades of Free Speech Magenta #E750E1

Tints of Free Speech Magenta #E750E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 43.1%
G = 14.93%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E750E1 (or 0xE750E1) is known color: Free Speech Magenta. HEX triplet: E7, 50 and E1. RGB value is (231,80,225). Sum of RGB (Red+Green+Blue) = 231+80+225=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E750E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750E1 is #18AF1E. Grayscale: #8D8D8D. Windows color (decimal): -1617695 or 14766311. OLE color: 14766311.

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

Color convert

RGB 231 80 225 -
CMYK 0 0.65 0.03 0.09
HSL 302.38º 0.76% 0.61% -
HSV(B) 302.38º 0.65% 0.91% -
XYZ 49.41 28.16 74.07 -
YUV 141.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 231 80 225 0 0.65 0.03 0.09 302.38 0.76 0.61
Hex E7 50 E1 0 41 3 9 12E 4C 3D
Octal 347 120 341 0 101 3 11 456 114 75
Binary 11100111 1010000 11100001 0 1000001 11 1001 100101110 1001100 111101

Color Harmonies of #E750E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750E1

Black with #E750E1

Text Example


Text Example

White with #E750E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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