Html Css Color HEX #FF5EDD Free Speech Magenta

📋 copy color: '#FF5EDD'

red 255 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #FF5EDD

Tints of Free Speech Magenta #FF5EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.49%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 44.74%
G = 16.49%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF5EDD (or 0xFF5EDD) is known color: Free Speech Magenta. HEX triplet: FF, 5E and DD. RGB value is (255,94,221). Sum of RGB (Red+Green+Blue) = 255+94+221=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EDD is #00A122. Grayscale: #9C9C9C. Windows color (decimal): -41251 or 14507775. OLE color: 14507775.

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

Color convert

RGB 255 94 221 -
CMYK 0 0.63 0.13 0
HSL 312.67º 1% 0.68% -
HSV(B) 312.67º 0.63% 1% -
XYZ 58.29 34.49 71.99 -
YUV 156.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 255 94 221 0 0.63 0.13 0 312.67 1 0.68
Hex FF 5E DD 0 3F D 0 139 64 44
Octal 377 136 335 0 77 15 0 471 144 104
Binary 11111111 1011110 11011101 0 111111 1101 0 100111001 1100100 1000100

Color Harmonies of #FF5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5EDD

Black with #FF5EDD

Text Example


Text Example

White with #FF5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5EDD; }

 p { color: rgb(255,94,221); }

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

background-color css

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

 a { background-color: rgb(255,94,221); }

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

border-color css

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

 span { border-color: rgb(255,94,221); }

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