Html Css Color HEX #E053CA Free Speech Magenta

📋 copy color: '#E053CA'

red 224 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Magenta #E053CA

Tints of Free Speech Magenta #E053CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 44.01%
G = 16.31%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E053CA (or 0xE053CA) is known color: Free Speech Magenta. HEX triplet: E0, 53 and CA. RGB value is (224,83,202). Sum of RGB (Red+Green+Blue) = 224+83+202=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E053CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053CA is #1FAC35. Grayscale: #8A8A8A. Windows color (decimal): -2075702 or 13259744. OLE color: 13259744.

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

Color convert

RGB 224 83 202 -
CMYK 0 0.63 0.10 0.12
HSL 309.36º 0.69% 0.6% -
HSV(B) 309.36º 0.63% 0.88% -
XYZ 44.49 26.3 58.61 -
YUV 138.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 224 83 202 0 0.63 0.10 0.12 309.36 0.69 0.6
Hex E0 53 CA 0 3F A C 135 45 3C
Octal 340 123 312 0 77 12 14 465 105 74
Binary 11100000 1010011 11001010 0 111111 1010 1100 100110101 1000101 111100

Color Harmonies of #E053CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053CA

Black with #E053CA

Text Example


Text Example

White with #E053CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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