Html Css Color HEX #E53FCF Free Speech Magenta

📋 copy color: '#E53FCF'

red 229 ◦ green 63 ◦ blue 207

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

Shades of Free Speech Magenta #E53FCF

Tints of Free Speech Magenta #E53FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.63%

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

R = 45.89%
G = 12.63%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E53FCF (or 0xE53FCF) is known color: Free Speech Magenta. HEX triplet: E5, 3F and CF. RGB value is (229,63,207). Sum of RGB (Red+Green+Blue) = 229+63+207=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FCF is #1AC030. Grayscale: #808080. Windows color (decimal): -1753137 or 13582309. OLE color: 13582309.

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

Color convert

RGB 229 63 207 -
CMYK 0 0.72 0.10 0.10
HSL 307.95º 0.76% 0.57% -
HSV(B) 307.95º 0.72% 0.9% -
XYZ 45.35 24.72 61.41 -
YUV 129.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 229 63 207 0 0.72 0.10 0.10 307.95 0.76 0.57
Hex E5 3F CF 0 48 A A 134 4C 39
Octal 345 77 317 0 110 12 12 464 114 71
Binary 11100101 111111 11001111 0 1001000 1010 1010 100110100 1001100 111001

Color Harmonies of #E53FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FCF

Black with #E53FCF

Text Example


Text Example

White with #E53FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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