Html Css Color HEX #E149CD Free Speech Magenta

📋 copy color: '#E149CD'

red 225 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Magenta #E149CD

Tints of Free Speech Magenta #E149CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.51%

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 44.73%
G = 14.51%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E149CD (or 0xE149CD) is known color: Free Speech Magenta. HEX triplet: E1, 49 and CD. RGB value is (225,73,205). Sum of RGB (Red+Green+Blue) = 225+73+205=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E149CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149CD is #1EB632. Grayscale: #858585. Windows color (decimal): -2012723 or 13453793. OLE color: 13453793.

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

Color convert

RGB 225 73 205 -
CMYK 0 0.68 0.09 0.12
HSL 307.89º 0.72% 0.58% -
HSV(B) 307.89º 0.68% 0.88% -
XYZ 44.45 25.18 60.27 -
YUV 133.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 225 73 205 0 0.68 0.09 0.12 307.89 0.72 0.58
Hex E1 49 CD 0 44 9 C 134 48 3A
Octal 341 111 315 0 104 11 14 464 110 72
Binary 11100001 1001001 11001101 0 1000100 1001 1100 100110100 1001000 111010

Color Harmonies of #E149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149CD

Black with #E149CD

Text Example


Text Example

White with #E149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149CD; }

 p { color: rgb(225,73,205); }

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

background-color css

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

 a { background-color: rgb(225,73,205); }

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

border-color css

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

 span { border-color: rgb(225,73,205); }

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