Html Css Color HEX #E75DEA Free Speech Magenta

📋 copy color: '#E75DEA'

red 231 ◦ green 93 ◦ blue 234

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

Shades of Free Speech Magenta #E75DEA

Tints of Free Speech Magenta #E75DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.67%

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

R = 41.4%
G = 16.67%
B = 41.94%

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

#E75DEA (or 0xE75DEA) is known color: Free Speech Magenta. HEX triplet: E7, 5D and EA. RGB value is (231,93,234). Sum of RGB (Red+Green+Blue) = 231+93+234=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #E75DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DEA is #18A215. Grayscale: #959595. Windows color (decimal): -1614358 or 15359463. OLE color: 15359463.

HSL color Cylindrical-coordinate representation of color #E75DEA: hue angle of 298.72º 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 #E75DEA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 93 234 -
CMYK 0.01 0.60 0 0.08
HSL 298.72º 0.77% 0.64% -
HSV(B) 298.72º 0.6% 0.92% -
XYZ 51.72 30.76 81.05 -
YUV 150.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 231 93 234 0.01 0.60 0 0.08 298.72 0.77 0.64
Hex E7 5D EA 1 3C 0 8 12B 4D 40
Octal 347 135 352 1 74 0 10 453 115 100
Binary 11100111 1011101 11101010 1 111100 0 1000 100101011 1001101 1000000

Color Harmonies of #E75DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DEA

Black with #E75DEA

Text Example


Text Example

White with #E75DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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