Html Css Color HEX #E13EDF Free Speech Magenta

📋 copy color: '#E13EDF'

red 225 ◦ green 62 ◦ blue 223

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

Shades of Free Speech Magenta #E13EDF

Tints of Free Speech Magenta #E13EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.16%

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

R = 44.12%
G = 12.16%
B = 43.73%

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

#E13EDF (or 0xE13EDF) is known color: Free Speech Magenta. HEX triplet: E1, 3E and DF. RGB value is (225,62,223). Sum of RGB (Red+Green+Blue) = 225+62+223=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDF is #1EC120. Grayscale: #808080. Windows color (decimal): -2015521 or 14630625. OLE color: 14630625.

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

Color convert

RGB 225 62 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.09 24.78 72.17 -
YUV 129.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 225 62 223 0 0.72 0.01 0.12 300.74 0.73 0.56
Hex E1 3E DF 0 48 1 C 12D 49 38
Octal 341 76 337 0 110 1 14 455 111 70
Binary 11100001 111110 11011111 0 1001000 1 1100 100101101 1001001 111000

Color Harmonies of #E13EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EDF

Black with #E13EDF

Text Example


Text Example

White with #E13EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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