Html Css Color HEX #E15ADB Free Speech Magenta

📋 copy color: '#E15ADB'

red 225 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #E15ADB

Tints of Free Speech Magenta #E15ADB

RGB

 RED value IS 225 (88.28% from 255) = 42.13%

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

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

R = 42.13%
G = 16.85%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15ADB (or 0xE15ADB) is known color: Free Speech Magenta. HEX triplet: E1, 5A and DB. RGB value is (225,90,219). Sum of RGB (Red+Green+Blue) = 225+90+219=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADB is #1EA524. Grayscale: #909090. Windows color (decimal): -2008357 or 14375649. OLE color: 14375649.

HSL color Cylindrical-coordinate representation of color #E15ADB: hue angle of 302.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15ADB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 219 -
CMYK 0 0.60 0.03 0.12
HSL 302.67º 0.69% 0.62% -
HSV(B) 302.67º 0.6% 0.88% -
XYZ 47.49 28.43 70 -
YUV 145.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 225 90 219 0 0.60 0.03 0.12 302.67 0.69 0.62
Hex E1 5A DB 0 3C 3 C 12F 45 3E
Octal 341 132 333 0 74 3 14 457 105 76
Binary 11100001 1011010 11011011 0 111100 11 1100 100101111 1000101 111110

Color Harmonies of #E15ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ADB

Black with #E15ADB

Text Example


Text Example

White with #E15ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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