Html Css Color HEX #E13FCC Free Speech Magenta

📋 copy color: '#E13FCC'

red 225 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Magenta #E13FCC

Tints of Free Speech Magenta #E13FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.8%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 45.73%
G = 12.8%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13FCC (or 0xE13FCC) is known color: Free Speech Magenta. HEX triplet: E1, 3F and CC. RGB value is (225,63,204). Sum of RGB (Red+Green+Blue) = 225+63+204=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FCC is #1EC033. Grayscale: #7F7F7F. Windows color (decimal): -2015284 or 13385697. OLE color: 13385697.

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

Color convert

RGB 225 63 204 -
CMYK 0 0.72 0.09 0.12
HSL 307.78º 0.73% 0.56% -
HSV(B) 307.78º 0.72% 0.88% -
XYZ 43.73 23.92 59.44 -
YUV 127.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 225 63 204 0 0.72 0.09 0.12 307.78 0.73 0.56
Hex E1 3F CC 0 48 9 C 134 49 38
Octal 341 77 314 0 110 11 14 464 111 70
Binary 11100001 111111 11001100 0 1001000 1001 1100 100110100 1001001 111000

Color Harmonies of #E13FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FCC

Black with #E13FCC

Text Example


Text Example

White with #E13FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FCC; }

 p { color: rgb(225,63,204); }

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

background-color css

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

 a { background-color: rgb(225,63,204); }

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

border-color css

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

 span { border-color: rgb(225,63,204); }

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