Html Css Color HEX #E060EE Free Speech Magenta

📋 copy color: '#E060EE'

red 224 ◦ green 96 ◦ blue 238

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

Shades of Free Speech Magenta #E060EE

Tints of Free Speech Magenta #E060EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 40.14%
G = 17.2%
B = 42.65%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E060EE (or 0xE060EE) is known color: Free Speech Magenta. HEX triplet: E0, 60 and EE. RGB value is (224,96,238). Sum of RGB (Red+Green+Blue) = 224+96+238=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #E060EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060EE is #1F9F11. Grayscale: #969696. Windows color (decimal): -2072338 or 15622368. OLE color: 15622368.

HSL color Cylindrical-coordinate representation of color #E060EE: hue angle of 294.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E060EE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 96 238 -
CMYK 0.06 0.60 0 0.07
HSL 294.08º 0.81% 0.65% -
HSV(B) 294.08º 0.6% 0.93% -
XYZ 50.36 30.39 84.1 -
YUV 150.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 224 96 238 0.06 0.60 0 0.07 294.08 0.81 0.65
Hex E0 60 EE 6 3C 0 7 126 51 41
Octal 340 140 356 6 74 0 7 446 121 101
Binary 11100000 1100000 11101110 110 111100 0 111 100100110 1010001 1000001

Color Harmonies of #E060EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060EE

Black with #E060EE

Text Example


Text Example

White with #E060EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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