Html Css Color HEX #FD5EE5 Free Speech Magenta

📋 copy color: '#FD5EE5'

red 253 ◦ green 94 ◦ blue 229

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

Shades of Free Speech Magenta #FD5EE5

Tints of Free Speech Magenta #FD5EE5

RGB

 RED value IS 253 (99.22% from 255) = 43.92%

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

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

R = 43.92%
G = 16.32%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD5EE5 (or 0xFD5EE5) is known color: Free Speech Magenta. HEX triplet: FD, 5E and E5. RGB value is (253,94,229). Sum of RGB (Red+Green+Blue) = 253+94+229=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EE5 is #02A11A. Grayscale: #9C9C9C. Windows color (decimal): -172315 or 15032061. OLE color: 15032061.

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

Color convert

RGB 253 94 229 -
CMYK 0 0.63 0.09 0.01
HSL 309.06º 0.98% 0.68% -
HSV(B) 309.06º 0.63% 0.99% -
XYZ 58.65 34.55 77.71 -
YUV 156.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 253 94 229 0 0.63 0.09 0.01 309.06 0.98 0.68
Hex FD 5E E5 0 3F 9 1 135 62 44
Octal 375 136 345 0 77 11 1 465 142 104
Binary 11111101 1011110 11100101 0 111111 1001 1 100110101 1100010 1000100

Color Harmonies of #FD5EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5EE5

Black with #FD5EE5

Text Example


Text Example

White with #FD5EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5EE5; }

 p { color: rgb(253,94,229); }

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

background-color css

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

 a { background-color: rgb(253,94,229); }

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

border-color css

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

 span { border-color: rgb(253,94,229); }

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