Html Css Color HEX #FF55E5 Free Speech Magenta

📋 copy color: '#FF55E5'

red 255 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #FF55E5

Tints of Free Speech Magenta #FF55E5

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 85 (33.59% from 255) = 14.94%

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 44.82%
G = 14.94%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF55E5 (or 0xFF55E5) is known color: Free Speech Magenta. HEX triplet: FF, 55 and E5. RGB value is (255,85,229). Sum of RGB (Red+Green+Blue) = 255+85+229=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55E5 is #00AA1A. Grayscale: #979797. Windows color (decimal): -43547 or 15029759. OLE color: 15029759.

HSL color Cylindrical-coordinate representation of color #FF55E5: hue angle of 309.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55E5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 229 -
CMYK 0 0.67 0.10 0
HSL 309.18º 1% 0.67% -
HSV(B) 309.18º 0.67% 1% -
XYZ 58.63 33.41 77.49 -
YUV 152.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 255 85 229 0 0.67 0.10 0 309.18 1 0.67
Hex FF 55 E5 0 43 A 0 135 64 43
Octal 377 125 345 0 103 12 0 465 144 103
Binary 11111111 1010101 11100101 0 1000011 1010 0 100110101 1100100 1000011

Color Harmonies of #FF55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55E5

Black with #FF55E5

Text Example


Text Example

White with #FF55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55E5; }

 p { color: rgb(255,85,229); }

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

background-color css

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

 a { background-color: rgb(255,85,229); }

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

border-color css

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

 span { border-color: rgb(255,85,229); }

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