Html Css Color HEX #E13BFD Free Speech Magenta

📋 copy color: '#E13BFD'

red 225 ◦ green 59 ◦ blue 253

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

Shades of Free Speech Magenta #E13BFD

Tints of Free Speech Magenta #E13BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.99%

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

R = 41.9%
G = 10.99%
B = 47.11%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E13BFD (or 0xE13BFD) is known color: Free Speech Magenta. HEX triplet: E1, 3B and FD. RGB value is (225,59,253). Sum of RGB (Red+Green+Blue) = 225+59+253=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 59 (23.44% from 255 or 10.99% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #E13BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13BFD is #1EC402. Grayscale: #828282. Windows color (decimal): -2016259 or 16595937. OLE color: 16595937.

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

Color convert

RGB 225 59 253 -
CMYK 0.11 0.77 0 0.01
HSL 291.34º 0.98% 0.61% -
HSV(B) 291.34º 0.77% 0.99% -
XYZ 50.34 26.23 95.34 -
YUV 130.75 197 195.23 -
System Red Green Blue C M Y K H S L
Decimal 225 59 253 0.11 0.77 0 0.01 291.34 0.98 0.61
Hex E1 3B FD B 4D 0 1 123 62 3D
Octal 341 73 375 13 115 0 1 443 142 75
Binary 11100001 111011 11111101 1011 1001101 0 1 100100011 1100010 111101

Color Harmonies of #E13BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BFD

Black with #E13BFD

Text Example


Text Example

White with #E13BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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