Html Css Color HEX #E75ADE Free Speech Magenta

📋 copy color: '#E75ADE'

red 231 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #E75ADE

Tints of Free Speech Magenta #E75ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 42.54%
G = 16.57%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E75ADE (or 0xE75ADE) is known color: Free Speech Magenta. HEX triplet: E7, 5A and DE. RGB value is (231,90,222). Sum of RGB (Red+Green+Blue) = 231+90+222=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ADE is #18A521. Grayscale: #929292. Windows color (decimal): -1615138 or 14572263. OLE color: 14572263.

HSL color Cylindrical-coordinate representation of color #E75ADE: hue angle of 303.83º 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 #E75ADE is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 90 222 -
CMYK 0 0.61 0.04 0.09
HSL 303.83º 0.75% 0.63% -
HSV(B) 303.83º 0.61% 0.91% -
XYZ 49.8 29.58 72.19 -
YUV 147.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 231 90 222 0 0.61 0.04 0.09 303.83 0.75 0.63
Hex E7 5A DE 0 3D 4 9 130 4B 3F
Octal 347 132 336 0 75 4 11 460 113 77
Binary 11100111 1011010 11011110 0 111101 100 1001 100110000 1001011 111111

Color Harmonies of #E75ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ADE

Black with #E75ADE

Text Example


Text Example

White with #E75ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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