Html Css Color HEX #E052CC Free Speech Magenta

📋 copy color: '#E052CC'

red 224 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #E052CC

Tints of Free Speech Magenta #E052CC

RGB

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

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

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

R = 43.92%
G = 16.08%
B = 40%

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

#E052CC (or 0xE052CC) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CC. RGB value is (224,82,204). Sum of RGB (Red+Green+Blue) = 224+82+204=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CC is #1FAD33. Grayscale: #8A8A8A. Windows color (decimal): -2075956 or 13390560. OLE color: 13390560.

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

Color convert

RGB 224 82 204 -
CMYK 0 0.63 0.09 0.12
HSL 308.45º 0.7% 0.6% -
HSV(B) 308.45º 0.63% 0.88% -
XYZ 44.66 26.24 59.84 -
YUV 138.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 224 82 204 0 0.63 0.09 0.12 308.45 0.7 0.6
Hex E0 52 CC 0 3F 9 C 134 46 3C
Octal 340 122 314 0 77 11 14 464 106 74
Binary 11100000 1010010 11001100 0 111111 1001 1100 100110100 1000110 111100

Color Harmonies of #E052CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052CC

Black with #E052CC

Text Example


Text Example

White with #E052CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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