Html Css Color HEX #E75FE4 Free Speech Magenta

📋 copy color: '#E75FE4'

red 231 ◦ green 95 ◦ blue 228

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

Shades of Free Speech Magenta #E75FE4

Tints of Free Speech Magenta #E75FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.15%

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 41.7%
G = 17.15%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E75FE4 (or 0xE75FE4) is known color: Free Speech Magenta. HEX triplet: E7, 5F and E4. RGB value is (231,95,228). Sum of RGB (Red+Green+Blue) = 231+95+228=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FE4 is #18A01B. Grayscale: #969696. Windows color (decimal): -1613852 or 14966759. OLE color: 14966759.

HSL color Cylindrical-coordinate representation of color #E75FE4: hue angle of 301.32º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75FE4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 228 -
CMYK 0 0.59 0.01 0.09
HSL 301.32º 0.74% 0.64% -
HSV(B) 301.32º 0.59% 0.91% -
XYZ 51.05 30.77 76.65 -
YUV 150.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 231 95 228 0 0.59 0.01 0.09 301.32 0.74 0.64
Hex E7 5F E4 0 3B 1 9 12D 4A 40
Octal 347 137 344 0 73 1 11 455 112 100
Binary 11100111 1011111 11100100 0 111011 1 1001 100101101 1001010 1000000

Color Harmonies of #E75FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FE4

Black with #E75FE4

Text Example


Text Example

White with #E75FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FE4; }

 p { color: rgb(231,95,228); }

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

background-color css

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

 a { background-color: rgb(231,95,228); }

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

border-color css

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

 span { border-color: rgb(231,95,228); }

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