Html Css Color HEX #E053C8 Free Speech Magenta

📋 copy color: '#E053C8'

red 224 ◦ green 83 ◦ blue 200

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

Shades of Free Speech Magenta #E053C8

Tints of Free Speech Magenta #E053C8

RGB

 RED value IS 224 (87.89% from 255) = 44.18%

 GREEN value IS 83 (32.81% from 255) = 16.37%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 44.18%
G = 16.37%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E053C8 (or 0xE053C8) is known color: Free Speech Magenta. HEX triplet: E0, 53 and C8. RGB value is (224,83,200). Sum of RGB (Red+Green+Blue) = 224+83+200=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E053C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053C8 is #1FAC37. Grayscale: #8A8A8A. Windows color (decimal): -2075704 or 13128672. OLE color: 13128672.

HSL color Cylindrical-coordinate representation of color #E053C8: hue angle of 310.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053C8 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 200 -
CMYK 0 0.63 0.11 0.12
HSL 310.21º 0.69% 0.6% -
HSV(B) 310.21º 0.63% 0.88% -
XYZ 44.26 26.2 57.37 -
YUV 138.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 224 83 200 0 0.63 0.11 0.12 310.21 0.69 0.6
Hex E0 53 C8 0 3F B C 136 45 3C
Octal 340 123 310 0 77 13 14 466 105 74
Binary 11100000 1010011 11001000 0 111111 1011 1100 100110110 1000101 111100

Color Harmonies of #E053C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053C8

Black with #E053C8

Text Example


Text Example

White with #E053C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053C8; }

 p { color: rgb(224,83,200); }

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

background-color css

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

 a { background-color: rgb(224,83,200); }

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

border-color css

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

 span { border-color: rgb(224,83,200); }

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