Html Css Color HEX #E55FCF Free Speech Magenta

📋 copy color: '#E55FCF'

red 229 ◦ green 95 ◦ blue 207

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

Shades of Free Speech Magenta #E55FCF

Tints of Free Speech Magenta #E55FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 43.13%
G = 17.89%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E55FCF (or 0xE55FCF) is known color: Free Speech Magenta. HEX triplet: E5, 5F and CF. RGB value is (229,95,207). Sum of RGB (Red+Green+Blue) = 229+95+207=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FCF is #1AA030. Grayscale: #939393. Windows color (decimal): -1744945 or 13590501. OLE color: 13590501.

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

Color convert

RGB 229 95 207 -
CMYK 0 0.59 0.10 0.10
HSL 309.85º 0.72% 0.64% -
HSV(B) 309.85º 0.59% 0.9% -
XYZ 47.67 29.35 62.18 -
YUV 147.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 229 95 207 0 0.59 0.10 0.10 309.85 0.72 0.64
Hex E5 5F CF 0 3B A A 136 48 40
Octal 345 137 317 0 73 12 12 466 110 100
Binary 11100101 1011111 11001111 0 111011 1010 1010 100110110 1001000 1000000

Color Harmonies of #E55FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55FCF

Black with #E55FCF

Text Example


Text Example

White with #E55FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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