Html Css Color HEX #E13ECF Free Speech Magenta

📋 copy color: '#E13ECF'

red 225 ◦ green 62 ◦ blue 207

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

Shades of Free Speech Magenta #E13ECF

Tints of Free Speech Magenta #E13ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 45.55%
G = 12.55%
B = 41.9%

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

#E13ECF (or 0xE13ECF) is known color: Free Speech Magenta. HEX triplet: E1, 3E and CF. RGB value is (225,62,207). Sum of RGB (Red+Green+Blue) = 225+62+207=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ECF is #1EC130. Grayscale: #7E7E7E. Windows color (decimal): -2015537 or 13582049. OLE color: 13582049.

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

Color convert

RGB 225 62 207 -
CMYK 0 0.72 0.08 0.12
HSL 306.63º 0.73% 0.56% -
HSV(B) 306.63º 0.72% 0.88% -
XYZ 44.04 23.96 61.33 -
YUV 127.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 225 62 207 0 0.72 0.08 0.12 306.63 0.73 0.56
Hex E1 3E CF 0 48 8 C 133 49 38
Octal 341 76 317 0 110 10 14 463 111 70
Binary 11100001 111110 11001111 0 1001000 1000 1100 100110011 1001001 111000

Color Harmonies of #E13ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ECF

Black with #E13ECF

Text Example


Text Example

White with #E13ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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