Html Css Color HEX #E15DCB Free Speech Magenta

📋 copy color: '#E15DCB'

red 225 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #E15DCB

Tints of Free Speech Magenta #E15DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 43.19%
G = 17.85%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E15DCB (or 0xE15DCB) is known color: Free Speech Magenta. HEX triplet: E1, 5D and CB. RGB value is (225,93,203). Sum of RGB (Red+Green+Blue) = 225+93+203=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCB is #1EA234. Grayscale: #909090. Windows color (decimal): -2007605 or 13327841. OLE color: 13327841.

HSL color Cylindrical-coordinate representation of color #E15DCB: hue angle of 310º 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 #E15DCB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 203 -
CMYK 0 0.59 0.10 0.12
HSL 310º 0.69% 0.62% -
HSV(B) 310º 0.59% 0.88% -
XYZ 45.75 28.15 59.52 -
YUV 145.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 225 93 203 0 0.59 0.10 0.12 310 0.69 0.62
Hex E1 5D CB 0 3B A C 136 45 3E
Octal 341 135 313 0 73 12 14 466 105 76
Binary 11100001 1011101 11001011 0 111011 1010 1100 100110110 1000101 111110

Color Harmonies of #E15DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DCB

Black with #E15DCB

Text Example


Text Example

White with #E15DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DCB; }

 p { color: rgb(225,93,203); }

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

background-color css

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

 a { background-color: rgb(225,93,203); }

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

border-color css

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

 span { border-color: rgb(225,93,203); }

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