Html Css Color HEX #E054CC Free Speech Magenta

📋 copy color: '#E054CC'

red 224 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Magenta #E054CC

Tints of Free Speech Magenta #E054CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

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

R = 43.75%
G = 16.41%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E054CC (or 0xE054CC) is known color: Free Speech Magenta. HEX triplet: E0, 54 and CC. RGB value is (224,84,204). Sum of RGB (Red+Green+Blue) = 224+84+204=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E054CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054CC is #1FAB33. Grayscale: #8B8B8B. Windows color (decimal): -2075444 or 13391072. OLE color: 13391072.

HSL color Cylindrical-coordinate representation of color #E054CC: hue angle of 308.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E054CC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 204 -
CMYK 0 0.62 0.09 0.12
HSL 308.57º 0.69% 0.6% -
HSV(B) 308.57º 0.63% 0.88% -
XYZ 44.81 26.55 59.89 -
YUV 139.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 224 84 204 0 0.62 0.09 0.12 308.57 0.69 0.6
Hex E0 54 CC 0 3E 9 C 135 45 3C
Octal 340 124 314 0 76 11 14 465 105 74
Binary 11100000 1010100 11001100 0 111110 1001 1100 100110101 1000101 111100

Color Harmonies of #E054CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054CC

Black with #E054CC

Text Example


Text Example

White with #E054CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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