Html Css Color HEX #E85ADB Free Speech Magenta

📋 copy color: '#E85ADB'

red 232 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #E85ADB

Tints of Free Speech Magenta #E85ADB

RGB

 RED value IS 232 (91.02% from 255) = 42.88%

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 42.88%
G = 16.64%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E85ADB (or 0xE85ADB) is known color: Free Speech Magenta. HEX triplet: E8, 5A and DB. RGB value is (232,90,219). Sum of RGB (Red+Green+Blue) = 232+90+219=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADB is #17A524. Grayscale: #929292. Windows color (decimal): -1549605 or 14375656. OLE color: 14375656.

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

Color convert

RGB 232 90 219 -
CMYK 0 0.61 0.06 0.09
HSL 305.49º 0.76% 0.63% -
HSV(B) 305.49º 0.61% 0.91% -
XYZ 49.72 29.58 70.11 -
YUV 147.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 232 90 219 0 0.61 0.06 0.09 305.49 0.76 0.63
Hex E8 5A DB 0 3D 6 9 131 4C 3F
Octal 350 132 333 0 75 6 11 461 114 77
Binary 11101000 1011010 11011011 0 111101 110 1001 100110001 1001100 111111

Color Harmonies of #E85ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85ADB

Black with #E85ADB

Text Example


Text Example

White with #E85ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85ADB; }

 p { color: rgb(232,90,219); }

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

background-color css

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

 a { background-color: rgb(232,90,219); }

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

border-color css

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

 span { border-color: rgb(232,90,219); }

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