Html Css Color HEX #E053CC Free Speech Magenta

📋 copy color: '#E053CC'

red 224 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #E053CC

Tints of Free Speech Magenta #E053CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 43.84%
G = 16.24%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E053CC (or 0xE053CC) is known color: Free Speech Magenta. HEX triplet: E0, 53 and CC. RGB value is (224,83,204). Sum of RGB (Red+Green+Blue) = 224+83+204=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E053CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053CC is #1FAC33. Grayscale: #8A8A8A. Windows color (decimal): -2075700 or 13390816. OLE color: 13390816.

HSL color Cylindrical-coordinate representation of color #E053CC: hue angle of 308.51º 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 #E053CC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 204 -
CMYK 0 0.63 0.09 0.12
HSL 308.51º 0.69% 0.6% -
HSV(B) 308.51º 0.63% 0.88% -
XYZ 44.73 26.39 59.86 -
YUV 138.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 224 83 204 0 0.63 0.09 0.12 308.51 0.69 0.6
Hex E0 53 CC 0 3F 9 C 135 45 3C
Octal 340 123 314 0 77 11 14 465 105 74
Binary 11100000 1010011 11001100 0 111111 1001 1100 100110101 1000101 111100

Color Harmonies of #E053CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053CC

Black with #E053CC

Text Example


Text Example

White with #E053CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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