Html Css Color HEX #E060CE Free Speech Magenta

📋 copy color: '#E060CE'

red 224 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Magenta #E060CE

Tints of Free Speech Magenta #E060CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 42.59%
G = 18.25%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E060CE (or 0xE060CE) is known color: Free Speech Magenta. HEX triplet: E0, 60 and CE. RGB value is (224,96,206). Sum of RGB (Red+Green+Blue) = 224+96+206=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E060CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060CE is #1F9F31. Grayscale: #929292. Windows color (decimal): -2072370 or 13525216. OLE color: 13525216.

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

Color convert

RGB 224 96 206 -
CMYK 0 0.57 0.08 0.12
HSL 308.44º 0.67% 0.63% -
HSV(B) 308.44º 0.57% 0.88% -
XYZ 46.06 28.67 61.5 -
YUV 146.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 224 96 206 0 0.57 0.08 0.12 308.44 0.67 0.63
Hex E0 60 CE 0 39 8 C 134 43 3F
Octal 340 140 316 0 71 10 14 464 103 77
Binary 11100000 1100000 11001110 0 111001 1000 1100 100110100 1000011 111111

Color Harmonies of #E060CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060CE

Black with #E060CE

Text Example


Text Example

White with #E060CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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