Html Css Color HEX #E13CFD Free Speech Magenta

📋 copy color: '#E13CFD'

red 225 ◦ green 60 ◦ blue 253

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

Shades of Free Speech Magenta #E13CFD

Tints of Free Speech Magenta #E13CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 41.82%
G = 11.15%
B = 47.03%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E13CFD (or 0xE13CFD) is known color: Free Speech Magenta. HEX triplet: E1, 3C and FD. RGB value is (225,60,253). Sum of RGB (Red+Green+Blue) = 225+60+253=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 60 (23.83% from 255 or 11.15% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #E13CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CFD is #1EC302. Grayscale: #828282. Windows color (decimal): -2016003 or 16596193. OLE color: 16596193.

HSL color Cylindrical-coordinate representation of color #E13CFD: hue angle of 291.3º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13CFD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 60 253 -
CMYK 0.11 0.76 0 0.01
HSL 291.3º 0.98% 0.61% -
HSV(B) 291.3º 0.76% 0.99% -
XYZ 50.4 26.33 95.35 -
YUV 131.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 225 60 253 0.11 0.76 0 0.01 291.3 0.98 0.61
Hex E1 3C FD B 4C 0 1 123 62 3D
Octal 341 74 375 13 114 0 1 443 142 75
Binary 11100001 111100 11111101 1011 1001100 0 1 100100011 1100010 111101

Color Harmonies of #E13CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CFD

Black with #E13CFD

Text Example


Text Example

White with #E13CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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