Html Css Color HEX #E13DDF Free Speech Magenta

📋 copy color: '#E13DDF'

red 225 ◦ green 61 ◦ blue 223

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

Shades of Free Speech Magenta #E13DDF

Tints of Free Speech Magenta #E13DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.98%

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

R = 44.2%
G = 11.98%
B = 43.81%

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

#E13DDF (or 0xE13DDF) is known color: Free Speech Magenta. HEX triplet: E1, 3D and DF. RGB value is (225,61,223). Sum of RGB (Red+Green+Blue) = 225+61+223=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DDF is #1EC220. Grayscale: #808080. Windows color (decimal): -2015777 or 14630369. OLE color: 14630369.

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

Color convert

RGB 225 61 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 46.04 24.67 72.15 -
YUV 128.5 181.33 196.83 -
System Red Green Blue C M Y K H S L
Decimal 225 61 223 0 0.73 0.01 0.12 300.73 0.73 0.56
Hex E1 3D DF 0 49 1 C 12D 49 38
Octal 341 75 337 0 111 1 14 455 111 70
Binary 11100001 111101 11011111 0 1001001 1 1100 100101101 1001001 111000

Color Harmonies of #E13DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DDF

Black with #E13DDF

Text Example


Text Example

White with #E13DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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