Html Css Color HEX #E54ACF Free Speech Magenta

📋 copy color: '#E54ACF'

red 229 ◦ green 74 ◦ blue 207

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

Shades of Free Speech Magenta #E54ACF

Tints of Free Speech Magenta #E54ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

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

R = 44.9%
G = 14.51%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E54ACF (or 0xE54ACF) is known color: Free Speech Magenta. HEX triplet: E5, 4A and CF. RGB value is (229,74,207). Sum of RGB (Red+Green+Blue) = 229+74+207=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ACF is #1AB530. Grayscale: #878787. Windows color (decimal): -1750321 or 13585125. OLE color: 13585125.

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

Color convert

RGB 229 74 207 -
CMYK 0 0.68 0.10 0.10
HSL 308.52º 0.75% 0.59% -
HSV(B) 308.52º 0.68% 0.9% -
XYZ 46.02 26.06 61.64 -
YUV 135.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 229 74 207 0 0.68 0.10 0.10 308.52 0.75 0.59
Hex E5 4A CF 0 44 A A 135 4B 3B
Octal 345 112 317 0 104 12 12 465 113 73
Binary 11100101 1001010 11001111 0 1000100 1010 1010 100110101 1001011 111011

Color Harmonies of #E54ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ACF

Black with #E54ACF

Text Example


Text Example

White with #E54ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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