Html Css Color HEX #E13CFB Free Speech Magenta

📋 copy color: '#E13CFB'

red 225 ◦ green 60 ◦ blue 251

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

Shades of Free Speech Magenta #E13CFB

Tints of Free Speech Magenta #E13CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 41.98%
G = 11.19%
B = 46.83%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E13CFB (or 0xE13CFB) is known color: Free Speech Magenta. HEX triplet: E1, 3C and FB. RGB value is (225,60,251). Sum of RGB (Red+Green+Blue) = 225+60+251=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 60 (23.83% from 255 or 11.19% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #E13CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CFB is #1EC304. Grayscale: #828282. Windows color (decimal): -2016005 or 16465121. OLE color: 16465121.

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

Color convert

RGB 225 60 251 -
CMYK 0.10 0.76 0 0.02
HSL 291.83º 0.96% 0.61% -
HSV(B) 291.83º 0.76% 0.98% -
XYZ 50.08 26.2 93.69 -
YUV 131.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 225 60 251 0.10 0.76 0 0.02 291.83 0.96 0.61
Hex E1 3C FB A 4C 0 2 124 60 3D
Octal 341 74 373 12 114 0 2 444 140 75
Binary 11100001 111100 11111011 1010 1001100 0 10 100100100 1100000 111101

Color Harmonies of #E13CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CFB

Black with #E13CFB

Text Example


Text Example

White with #E13CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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