Html Css Color HEX #E15CDB Free Speech Magenta

📋 copy color: '#E15CDB'

red 225 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #E15CDB

Tints of Free Speech Magenta #E15CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.16%

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

R = 41.98%
G = 17.16%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15CDB (or 0xE15CDB) is known color: Free Speech Magenta. HEX triplet: E1, 5C and DB. RGB value is (225,92,219). Sum of RGB (Red+Green+Blue) = 225+92+219=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CDB is #1EA324. Grayscale: #919191. Windows color (decimal): -2007845 or 14376161. OLE color: 14376161.

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

Color convert

RGB 225 92 219 -
CMYK 0 0.59 0.03 0.12
HSL 302.71º 0.69% 0.62% -
HSV(B) 302.71º 0.59% 0.88% -
XYZ 47.66 28.78 70.06 -
YUV 146.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 225 92 219 0 0.59 0.03 0.12 302.71 0.69 0.62
Hex E1 5C DB 0 3B 3 C 12F 45 3E
Octal 341 134 333 0 73 3 14 457 105 76
Binary 11100001 1011100 11011011 0 111011 11 1100 100101111 1000101 111110

Color Harmonies of #E15CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CDB

Black with #E15CDB

Text Example


Text Example

White with #E15CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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