Html Css Color HEX #E13FCE Free Speech Magenta

📋 copy color: '#E13FCE'

red 225 ◦ green 63 ◦ blue 206

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

Shades of Free Speech Magenta #E13FCE

Tints of Free Speech Magenta #E13FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 45.55%
G = 12.75%
B = 41.7%

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

#E13FCE (or 0xE13FCE) is known color: Free Speech Magenta. HEX triplet: E1, 3F and CE. RGB value is (225,63,206). Sum of RGB (Red+Green+Blue) = 225+63+206=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FCE is #1EC031. Grayscale: #7F7F7F. Windows color (decimal): -2015282 or 13516769. OLE color: 13516769.

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

Color convert

RGB 225 63 206 -
CMYK 0 0.72 0.08 0.12
HSL 307.04º 0.73% 0.56% -
HSV(B) 307.04º 0.72% 0.88% -
XYZ 43.97 24.02 60.71 -
YUV 127.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 225 63 206 0 0.72 0.08 0.12 307.04 0.73 0.56
Hex E1 3F CE 0 48 8 C 133 49 38
Octal 341 77 316 0 110 10 14 463 111 70
Binary 11100001 111111 11001110 0 1001000 1000 1100 100110011 1001001 111000

Color Harmonies of #E13FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FCE

Black with #E13FCE

Text Example


Text Example

White with #E13FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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