Html Css Color HEX #E75CE4 Free Speech Magenta

📋 copy color: '#E75CE4'

red 231 ◦ green 92 ◦ blue 228

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

Shades of Free Speech Magenta #E75CE4

Tints of Free Speech Magenta #E75CE4

RGB

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

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

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

R = 41.92%
G = 16.7%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E75CE4 (or 0xE75CE4) is known color: Free Speech Magenta. HEX triplet: E7, 5C and E4. RGB value is (231,92,228). Sum of RGB (Red+Green+Blue) = 231+92+228=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CE4 is #18A31B. Grayscale: #949494. Windows color (decimal): -1614620 or 14965991. OLE color: 14965991.

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

Color convert

RGB 231 92 228 -
CMYK 0 0.60 0.01 0.09
HSL 301.3º 0.74% 0.63% -
HSV(B) 301.3º 0.6% 0.91% -
XYZ 50.79 30.24 76.56 -
YUV 149.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 231 92 228 0 0.60 0.01 0.09 301.3 0.74 0.63
Hex E7 5C E4 0 3C 1 9 12D 4A 3F
Octal 347 134 344 0 74 1 11 455 112 77
Binary 11100111 1011100 11100100 0 111100 1 1001 100101101 1001010 111111

Color Harmonies of #E75CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CE4

Black with #E75CE4

Text Example


Text Example

White with #E75CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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