Html Css Color HEX #E55FEF Free Speech Magenta

📋 copy color: '#E55FEF'

red 229 ◦ green 95 ◦ blue 239

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

Shades of Free Speech Magenta #E55FEF

Tints of Free Speech Magenta #E55FEF

RGB

 RED value IS 229 (89.84% from 255) = 40.67%

 GREEN value IS 95 (37.5% from 255) = 16.87%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 40.67%
G = 16.87%
B = 42.45%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E55FEF (or 0xE55FEF) is known color: Free Speech Magenta. HEX triplet: E5, 5F and EF. RGB value is (229,95,239). Sum of RGB (Red+Green+Blue) = 229+95+239=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #E55FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55FEF is #1AA010. Grayscale: #979797. Windows color (decimal): -1744913 or 15687653. OLE color: 15687653.

HSL color Cylindrical-coordinate representation of color #E55FEF: hue angle of 295.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55FEF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 95 239 -
CMYK 0.04 0.60 0 0.06
HSL 295.83º 0.82% 0.65% -
HSV(B) 295.83º 0.6% 0.94% -
XYZ 51.99 31.07 84.92 -
YUV 151.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 229 95 239 0.04 0.60 0 0.06 295.83 0.82 0.65
Hex E5 5F EF 4 3C 0 6 128 52 41
Octal 345 137 357 4 74 0 6 450 122 101
Binary 11100101 1011111 11101111 100 111100 0 110 100101000 1010010 1000001

Color Harmonies of #E55FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55FEF

Black with #E55FEF

Text Example


Text Example

White with #E55FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55FEF; }

 p { color: rgb(229,95,239); }

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

background-color css

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

 a { background-color: rgb(229,95,239); }

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

border-color css

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

 span { border-color: rgb(229,95,239); }

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