Html Css Color HEX #E061CC Free Speech Magenta

📋 copy color: '#E061CC'

red 224 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Magenta #E061CC

Tints of Free Speech Magenta #E061CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.48%

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

R = 42.67%
G = 18.48%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E061CC (or 0xE061CC) is known color: Free Speech Magenta. HEX triplet: E0, 61 and CC. RGB value is (224,97,204). Sum of RGB (Red+Green+Blue) = 224+97+204=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E061CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061CC is #1F9E33. Grayscale: #929292. Windows color (decimal): -2072116 or 13394400. OLE color: 13394400.

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

Color convert

RGB 224 97 204 -
CMYK 0 0.57 0.09 0.12
HSL 309.45º 0.67% 0.63% -
HSV(B) 309.45º 0.57% 0.88% -
XYZ 45.91 28.76 60.26 -
YUV 147.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 224 97 204 0 0.57 0.09 0.12 309.45 0.67 0.63
Hex E0 61 CC 0 39 9 C 135 43 3F
Octal 340 141 314 0 71 11 14 465 103 77
Binary 11100000 1100001 11001100 0 111001 1001 1100 100110101 1000011 111111

Color Harmonies of #E061CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061CC

Black with #E061CC

Text Example


Text Example

White with #E061CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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