Html Css Color HEX #E141FB Free Speech Magenta

📋 copy color: '#E141FB'

red 225 ◦ green 65 ◦ blue 251

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

Shades of Free Speech Magenta #E141FB

Tints of Free Speech Magenta #E141FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.01%

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

R = 41.59%
G = 12.01%
B = 46.4%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E141FB (or 0xE141FB) is known color: Free Speech Magenta. HEX triplet: E1, 41 and FB. RGB value is (225,65,251). Sum of RGB (Red+Green+Blue) = 225+65+251=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #E141FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E141FB is #1EBE04. Grayscale: #858585. Windows color (decimal): -2014725 or 16466401. OLE color: 16466401.

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

Color convert

RGB 225 65 251 -
CMYK 0.10 0.74 0 0.02
HSL 291.61º 0.96% 0.62% -
HSV(B) 291.61º 0.74% 0.98% -
XYZ 50.35 26.75 93.78 -
YUV 134.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 225 65 251 0.10 0.74 0 0.02 291.61 0.96 0.62
Hex E1 41 FB A 4A 0 2 124 60 3E
Octal 341 101 373 12 112 0 2 444 140 76
Binary 11100001 1000001 11111011 1010 1001010 0 10 100100100 1100000 111110

Color Harmonies of #E141FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141FB

Black with #E141FB

Text Example


Text Example

White with #E141FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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