Html Css Color HEX #E749EE Free Speech Magenta

📋 copy color: '#E749EE'

red 231 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #E749EE

Tints of Free Speech Magenta #E749EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.47%

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 42.62%
G = 13.47%
B = 43.91%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E749EE (or 0xE749EE) is known color: Free Speech Magenta. HEX triplet: E7, 49 and EE. RGB value is (231,73,238). Sum of RGB (Red+Green+Blue) = 231+73+238=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #E749EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749EE is #18B611. Grayscale: #8A8A8A. Windows color (decimal): -1619474 or 15616487. OLE color: 15616487.

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

Color convert

RGB 231 73 238 -
CMYK 0.03 0.69 0 0.07
HSL 297.45º 0.83% 0.61% -
HSV(B) 297.45º 0.69% 0.93% -
XYZ 50.77 27.93 83.6 -
YUV 139.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 231 73 238 0.03 0.69 0 0.07 297.45 0.83 0.61
Hex E7 49 EE 3 45 0 7 129 53 3D
Octal 347 111 356 3 105 0 7 451 123 75
Binary 11100111 1001001 11101110 11 1000101 0 111 100101001 1010011 111101

Color Harmonies of #E749EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749EE

Black with #E749EE

Text Example


Text Example

White with #E749EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749EE; }

 p { color: rgb(231,73,238); }

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

background-color css

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

 a { background-color: rgb(231,73,238); }

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

border-color css

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

 span { border-color: rgb(231,73,238); }

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