Html Css Color HEX #E75ADF Free Speech Magenta

📋 copy color: '#E75ADF'

red 231 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #E75ADF

Tints of Free Speech Magenta #E75ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.54%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 42.46%
G = 16.54%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E75ADF (or 0xE75ADF) is known color: Free Speech Magenta. HEX triplet: E7, 5A and DF. RGB value is (231,90,223). Sum of RGB (Red+Green+Blue) = 231+90+223=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ADF is #18A520. Grayscale: #929292. Windows color (decimal): -1615137 or 14637799. OLE color: 14637799.

HSL color Cylindrical-coordinate representation of color #E75ADF: hue angle of 303.4º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ADF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 90 223 -
CMYK 0 0.61 0.03 0.09
HSL 303.4º 0.75% 0.63% -
HSV(B) 303.4º 0.61% 0.91% -
XYZ 49.93 29.63 72.9 -
YUV 147.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 231 90 223 0 0.61 0.03 0.09 303.4 0.75 0.63
Hex E7 5A DF 0 3D 3 9 12F 4B 3F
Octal 347 132 337 0 75 3 11 457 113 77
Binary 11100111 1011010 11011111 0 111101 11 1001 100101111 1001011 111111

Color Harmonies of #E75ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ADF

Black with #E75ADF

Text Example


Text Example

White with #E75ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ADF; }

 p { color: rgb(231,90,223); }

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

background-color css

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

 a { background-color: rgb(231,90,223); }

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

border-color css

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

 span { border-color: rgb(231,90,223); }

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