Html Css Color HEX #E140CF Free Speech Magenta

📋 copy color: '#E140CF'

red 225 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Magenta #E140CF

Tints of Free Speech Magenta #E140CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.9%

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

R = 45.36%
G = 12.9%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E140CF (or 0xE140CF) is known color: Free Speech Magenta. HEX triplet: E1, 40 and CF. RGB value is (225,64,207). Sum of RGB (Red+Green+Blue) = 225+64+207=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E140CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140CF is #1EBF30. Grayscale: #808080. Windows color (decimal): -2015025 or 13582561. OLE color: 13582561.

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

Color convert

RGB 225 64 207 -
CMYK 0 0.72 0.08 0.12
HSL 306.71º 0.73% 0.57% -
HSV(B) 306.71º 0.72% 0.88% -
XYZ 44.15 24.18 61.37 -
YUV 128.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 225 64 207 0 0.72 0.08 0.12 306.71 0.73 0.57
Hex E1 40 CF 0 48 8 C 133 49 39
Octal 341 100 317 0 110 10 14 463 111 71
Binary 11100001 1000000 11001111 0 1001000 1000 1100 100110011 1001001 111001

Color Harmonies of #E140CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140CF

Black with #E140CF

Text Example


Text Example

White with #E140CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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