Html Css Color HEX #E13FDF Free Speech Magenta

📋 copy color: '#E13FDF'

red 225 ◦ green 63 ◦ blue 223

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

Shades of Free Speech Magenta #E13FDF

Tints of Free Speech Magenta #E13FDF

RGB

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

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

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

R = 44.03%
G = 12.33%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E13FDF (or 0xE13FDF) is known color: Free Speech Magenta. HEX triplet: E1, 3F and DF. RGB value is (225,63,223). Sum of RGB (Red+Green+Blue) = 225+63+223=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FDF is #1EC020. Grayscale: #818181. Windows color (decimal): -2015265 or 14630881. OLE color: 14630881.

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

Color convert

RGB 225 63 223 -
CMYK 0 0.72 0.01 0.12
HSL 300.74º 0.73% 0.56% -
HSV(B) 300.74º 0.72% 0.88% -
XYZ 46.15 24.89 72.18 -
YUV 129.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 225 63 223 0 0.72 0.01 0.12 300.74 0.73 0.56
Hex E1 3F DF 0 48 1 C 12D 49 38
Octal 341 77 337 0 110 1 14 455 111 70
Binary 11100001 111111 11011111 0 1001000 1 1100 100101101 1001001 111000

Color Harmonies of #E13FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FDF

Black with #E13FDF

Text Example


Text Example

White with #E13FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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