Html Css Color HEX #E052CD Free Speech Magenta

📋 copy color: '#E052CD'

red 224 ◦ green 82 ◦ blue 205

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

Shades of Free Speech Magenta #E052CD

Tints of Free Speech Magenta #E052CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.05%

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

R = 43.84%
G = 16.05%
B = 40.12%

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

#E052CD (or 0xE052CD) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CD. RGB value is (224,82,205). Sum of RGB (Red+Green+Blue) = 224+82+205=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CD is #1FAD32. Grayscale: #8A8A8A. Windows color (decimal): -2075955 or 13456096. OLE color: 13456096.

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

Color convert

RGB 224 82 205 -
CMYK 0 0.63 0.08 0.12
HSL 308.03º 0.7% 0.6% -
HSV(B) 308.03º 0.63% 0.88% -
XYZ 44.78 26.29 60.47 -
YUV 138.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 224 82 205 0 0.63 0.08 0.12 308.03 0.7 0.6
Hex E0 52 CD 0 3F 8 C 134 46 3C
Octal 340 122 315 0 77 10 14 464 106 74
Binary 11100000 1010010 11001101 0 111111 1000 1100 100110100 1000110 111100

Color Harmonies of #E052CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052CD

Black with #E052CD

Text Example


Text Example

White with #E052CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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