Html Css Color HEX #E150CD Free Speech Magenta

📋 copy color: '#E150CD'

red 225 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #E150CD

Tints of Free Speech Magenta #E150CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.69%

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

R = 44.12%
G = 15.69%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E150CD (or 0xE150CD) is known color: Free Speech Magenta. HEX triplet: E1, 50 and CD. RGB value is (225,80,205). Sum of RGB (Red+Green+Blue) = 225+80+205=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E150CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150CD is #1EAF32. Grayscale: #898989. Windows color (decimal): -2010931 or 13455585. OLE color: 13455585.

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

Color convert

RGB 225 80 205 -
CMYK 0 0.64 0.09 0.12
HSL 308.28º 0.71% 0.6% -
HSV(B) 308.28º 0.64% 0.88% -
XYZ 44.94 26.15 60.44 -
YUV 137.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 225 80 205 0 0.64 0.09 0.12 308.28 0.71 0.6
Hex E1 50 CD 0 40 9 C 134 47 3C
Octal 341 120 315 0 100 11 14 464 107 74
Binary 11100001 1010000 11001101 0 1000000 1001 1100 100110100 1000111 111100

Color Harmonies of #E150CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150CD

Black with #E150CD

Text Example


Text Example

White with #E150CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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