Html Css Color HEX #E13CDF Free Speech Magenta

📋 copy color: '#E13CDF'

red 225 ◦ green 60 ◦ blue 223

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

Shades of Free Speech Magenta #E13CDF

Tints of Free Speech Magenta #E13CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.81%

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 44.29%
G = 11.81%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E13CDF (or 0xE13CDF) is known color: Free Speech Magenta. HEX triplet: E1, 3C and DF. RGB value is (225,60,223). Sum of RGB (Red+Green+Blue) = 225+60+223=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CDF is #1EC320. Grayscale: #7F7F7F. Windows color (decimal): -2016033 or 14630113. OLE color: 14630113.

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

Color convert

RGB 225 60 223 -
CMYK 0 0.73 0.01 0.12
HSL 300.73º 0.73% 0.56% -
HSV(B) 300.73º 0.73% 0.88% -
XYZ 45.99 24.57 72.13 -
YUV 127.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 225 60 223 0 0.73 0.01 0.12 300.73 0.73 0.56
Hex E1 3C DF 0 49 1 C 12D 49 38
Octal 341 74 337 0 111 1 14 455 111 70
Binary 11100001 111100 11011111 0 1001001 1 1100 100101101 1001001 111000

Color Harmonies of #E13CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CDF

Black with #E13CDF

Text Example


Text Example

White with #E13CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CDF; }

 p { color: rgb(225,60,223); }

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

background-color css

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

 a { background-color: rgb(225,60,223); }

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

border-color css

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

 span { border-color: rgb(225,60,223); }

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