Html Css Color HEX #E13FCB Free Speech Magenta

📋 copy color: '#E13FCB'

red 225 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Magenta #E13FCB

Tints of Free Speech Magenta #E13FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 45.82%
G = 12.83%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E13FCB (or 0xE13FCB) is known color: Free Speech Magenta. HEX triplet: E1, 3F and CB. RGB value is (225,63,203). Sum of RGB (Red+Green+Blue) = 225+63+203=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FCB is #1EC034. Grayscale: #7E7E7E. Windows color (decimal): -2015285 or 13320161. OLE color: 13320161.

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

Color convert

RGB 225 63 203 -
CMYK 0 0.72 0.10 0.12
HSL 308.15º 0.73% 0.56% -
HSV(B) 308.15º 0.72% 0.88% -
XYZ 43.61 23.87 58.81 -
YUV 127.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 225 63 203 0 0.72 0.10 0.12 308.15 0.73 0.56
Hex E1 3F CB 0 48 A C 134 49 38
Octal 341 77 313 0 110 12 14 464 111 70
Binary 11100001 111111 11001011 0 1001000 1010 1100 100110100 1001001 111000

Color Harmonies of #E13FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FCB

Black with #E13FCB

Text Example


Text Example

White with #E13FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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