Html Css Color HEX #E150CF Free Speech Magenta

📋 copy color: '#E150CF'

red 225 ◦ green 80 ◦ blue 207

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

Shades of Free Speech Magenta #E150CF

Tints of Free Speech Magenta #E150CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 43.95%
G = 15.63%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E150CF (or 0xE150CF) is known color: Free Speech Magenta. HEX triplet: E1, 50 and CF. RGB value is (225,80,207). Sum of RGB (Red+Green+Blue) = 225+80+207=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E150CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150CF is #1EAF30. Grayscale: #898989. Windows color (decimal): -2010929 or 13586657. OLE color: 13586657.

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

Color convert

RGB 225 80 207 -
CMYK 0 0.64 0.08 0.12
HSL 307.45º 0.71% 0.6% -
HSV(B) 307.45º 0.64% 0.88% -
XYZ 45.18 26.25 61.72 -
YUV 137.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 225 80 207 0 0.64 0.08 0.12 307.45 0.71 0.6
Hex E1 50 CF 0 40 8 C 133 47 3C
Octal 341 120 317 0 100 10 14 463 107 74
Binary 11100001 1010000 11001111 0 1000000 1000 1100 100110011 1000111 111100

Color Harmonies of #E150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150CF

Black with #E150CF

Text Example


Text Example

White with #E150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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