Html Css Color HEX #E053CD Free Speech Magenta

📋 copy color: '#E053CD'

red 224 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Magenta #E053CD

Tints of Free Speech Magenta #E053CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 43.75%
G = 16.21%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E053CD (or 0xE053CD) is known color: Free Speech Magenta. HEX triplet: E0, 53 and CD. RGB value is (224,83,205). Sum of RGB (Red+Green+Blue) = 224+83+205=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E053CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053CD is #1FAC32. Grayscale: #8A8A8A. Windows color (decimal): -2075699 or 13456352. OLE color: 13456352.

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

Color convert

RGB 224 83 205 -
CMYK 0 0.63 0.08 0.12
HSL 308.09º 0.69% 0.6% -
HSV(B) 308.09º 0.63% 0.88% -
XYZ 44.85 26.44 60.5 -
YUV 139.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 224 83 205 0 0.63 0.08 0.12 308.09 0.69 0.6
Hex E0 53 CD 0 3F 8 C 134 45 3C
Octal 340 123 315 0 77 10 14 464 105 74
Binary 11100000 1010011 11001101 0 111111 1000 1100 100110100 1000101 111100

Color Harmonies of #E053CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053CD

Black with #E053CD

Text Example


Text Example

White with #E053CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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