Html Css Color HEX #E15EDB Free Speech Magenta

📋 copy color: '#E15EDB'

red 225 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #E15EDB

Tints of Free Speech Magenta #E15EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

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

R = 41.82%
G = 17.47%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15EDB (or 0xE15EDB) is known color: Free Speech Magenta. HEX triplet: E1, 5E and DB. RGB value is (225,94,219). Sum of RGB (Red+Green+Blue) = 225+94+219=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EDB is #1EA124. Grayscale: #939393. Windows color (decimal): -2007333 or 14376673. OLE color: 14376673.

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

Color convert

RGB 225 94 219 -
CMYK 0 0.58 0.03 0.12
HSL 302.75º 0.69% 0.63% -
HSV(B) 302.75º 0.58% 0.88% -
XYZ 47.84 29.13 70.12 -
YUV 147.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 225 94 219 0 0.58 0.03 0.12 302.75 0.69 0.63
Hex E1 5E DB 0 3A 3 C 12F 45 3F
Octal 341 136 333 0 72 3 14 457 105 77
Binary 11100001 1011110 11011011 0 111010 11 1100 100101111 1000101 111111

Color Harmonies of #E15EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EDB

Black with #E15EDB

Text Example


Text Example

White with #E15EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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