Html Css Color HEX #E060CC Free Speech Magenta

📋 copy color: '#E060CC'

red 224 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #E060CC

Tints of Free Speech Magenta #E060CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.32%

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

R = 42.75%
G = 18.32%
B = 38.93%

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

#E060CC (or 0xE060CC) is known color: Free Speech Magenta. HEX triplet: E0, 60 and CC. RGB value is (224,96,204). Sum of RGB (Red+Green+Blue) = 224+96+204=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E060CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060CC is #1F9F33. Grayscale: #929292. Windows color (decimal): -2072372 or 13394144. OLE color: 13394144.

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

Color convert

RGB 224 96 204 -
CMYK 0 0.57 0.09 0.12
HSL 309.38º 0.67% 0.63% -
HSV(B) 309.38º 0.57% 0.88% -
XYZ 45.82 28.57 60.23 -
YUV 146.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 224 96 204 0 0.57 0.09 0.12 309.38 0.67 0.63
Hex E0 60 CC 0 39 9 C 135 43 3F
Octal 340 140 314 0 71 11 14 465 103 77
Binary 11100000 1100000 11001100 0 111001 1001 1100 100110101 1000011 111111

Color Harmonies of #E060CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060CC

Black with #E060CC

Text Example


Text Example

White with #E060CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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