Html Css Color HEX #E75ADD Free Speech Magenta

📋 copy color: '#E75ADD'

red 231 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #E75ADD

Tints of Free Speech Magenta #E75ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 42.62%
G = 16.61%
B = 40.77%

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

#E75ADD (or 0xE75ADD) is known color: Free Speech Magenta. HEX triplet: E7, 5A and DD. RGB value is (231,90,221). Sum of RGB (Red+Green+Blue) = 231+90+221=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ADD is #18A522. Grayscale: #929292. Windows color (decimal): -1615139 or 14506727. OLE color: 14506727.

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

Color convert

RGB 231 90 221 -
CMYK 0 0.61 0.04 0.09
HSL 304.26º 0.75% 0.63% -
HSV(B) 304.26º 0.61% 0.91% -
XYZ 49.66 29.52 71.49 -
YUV 147.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 231 90 221 0 0.61 0.04 0.09 304.26 0.75 0.63
Hex E7 5A DD 0 3D 4 9 130 4B 3F
Octal 347 132 335 0 75 4 11 460 113 77
Binary 11100111 1011010 11011101 0 111101 100 1001 100110000 1001011 111111

Color Harmonies of #E75ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ADD

Black with #E75ADD

Text Example


Text Example

White with #E75ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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