Html Css Color HEX #E75EEA Free Speech Magenta

📋 copy color: '#E75EEA'

red 231 ◦ green 94 ◦ blue 234

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

Shades of Free Speech Magenta #E75EEA

Tints of Free Speech Magenta #E75EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.82%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 41.32%
G = 16.82%
B = 41.86%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E75EEA (or 0xE75EEA) is known color: Free Speech Magenta. HEX triplet: E7, 5E and EA. RGB value is (231,94,234). Sum of RGB (Red+Green+Blue) = 231+94+234=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #E75EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75EEA is #18A115. Grayscale: #969696. Windows color (decimal): -1614102 or 15359719. OLE color: 15359719.

HSL color Cylindrical-coordinate representation of color #E75EEA: hue angle of 298.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75EEA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 94 234 -
CMYK 0.01 0.60 0 0.08
HSL 298.71º 0.77% 0.64% -
HSV(B) 298.71º 0.6% 0.92% -
XYZ 51.81 30.93 81.08 -
YUV 150.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 231 94 234 0.01 0.60 0 0.08 298.71 0.77 0.64
Hex E7 5E EA 1 3C 0 8 12B 4D 40
Octal 347 136 352 1 74 0 10 453 115 100
Binary 11100111 1011110 11101010 1 111100 0 1000 100101011 1001101 1000000

Color Harmonies of #E75EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75EEA

Black with #E75EEA

Text Example


Text Example

White with #E75EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75EEA; }

 p { color: rgb(231,94,234); }

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

background-color css

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

 a { background-color: rgb(231,94,234); }

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

border-color css

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

 span { border-color: rgb(231,94,234); }

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