Html Css Color HEX #E75CEF Free Speech Magenta

📋 copy color: '#E75CEF'

red 231 ◦ green 92 ◦ blue 239

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

Shades of Free Speech Magenta #E75CEF

Tints of Free Speech Magenta #E75CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.37%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 41.1%
G = 16.37%
B = 42.53%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E75CEF (or 0xE75CEF) is known color: Free Speech Magenta. HEX triplet: E7, 5C and EF. RGB value is (231,92,239). Sum of RGB (Red+Green+Blue) = 231+92+239=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #E75CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CEF is #18A310. Grayscale: #959595. Windows color (decimal): -1614609 or 15686887. OLE color: 15686887.

HSL color Cylindrical-coordinate representation of color #E75CEF: hue angle of 296.73º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75CEF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 92 239 -
CMYK 0.03 0.62 0 0.06
HSL 296.73º 0.82% 0.65% -
HSV(B) 296.73º 0.62% 0.94% -
XYZ 52.36 30.88 84.86 -
YUV 150.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 231 92 239 0.03 0.62 0 0.06 296.73 0.82 0.65
Hex E7 5C EF 3 3E 0 6 129 52 41
Octal 347 134 357 3 76 0 6 451 122 101
Binary 11100111 1011100 11101111 11 111110 0 110 100101001 1010010 1000001

Color Harmonies of #E75CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CEF

Black with #E75CEF

Text Example


Text Example

White with #E75CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CEF; }

 p { color: rgb(231,92,239); }

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

background-color css

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

 a { background-color: rgb(231,92,239); }

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

border-color css

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

 span { border-color: rgb(231,92,239); }

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