Html Css Color HEX #E140CB Free Speech Magenta

📋 copy color: '#E140CB'

red 225 ◦ green 64 ◦ blue 203

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

Shades of Free Speech Magenta #E140CB

Tints of Free Speech Magenta #E140CB

RGB

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

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

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

R = 45.73%
G = 13.01%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E140CB (or 0xE140CB) is known color: Free Speech Magenta. HEX triplet: E1, 40 and CB. RGB value is (225,64,203). Sum of RGB (Red+Green+Blue) = 225+64+203=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E140CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140CB is #1EBF34. Grayscale: #7F7F7F. Windows color (decimal): -2015029 or 13320417. OLE color: 13320417.

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

Color convert

RGB 225 64 203 -
CMYK 0 0.72 0.10 0.12
HSL 308.2º 0.73% 0.57% -
HSV(B) 308.2º 0.72% 0.88% -
XYZ 43.66 23.99 58.83 -
YUV 127.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 225 64 203 0 0.72 0.10 0.12 308.2 0.73 0.57
Hex E1 40 CB 0 48 A C 134 49 39
Octal 341 100 313 0 110 12 14 464 111 71
Binary 11100001 1000000 11001011 0 1001000 1010 1100 100110100 1001001 111001

Color Harmonies of #E140CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140CB

Black with #E140CB

Text Example


Text Example

White with #E140CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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