Html Css Color HEX #EE60E9 Free Speech Magenta

📋 copy color: '#EE60E9'

red 238 ◦ green 96 ◦ blue 233

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

Shades of Free Speech Magenta #EE60E9

Tints of Free Speech Magenta #EE60E9

RGB

 RED value IS 238 (93.36% from 255) = 41.98%

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 41.98%
G = 16.93%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE60E9 (or 0xEE60E9) is known color: Free Speech Magenta. HEX triplet: EE, 60 and E9. RGB value is (238,96,233). Sum of RGB (Red+Green+Blue) = 238+96+233=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE60E9 is #119F16. Grayscale: #999999. Windows color (decimal): -1154839 or 15294702. OLE color: 15294702.

HSL color Cylindrical-coordinate representation of color #EE60E9: hue angle of 302.11º 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 #EE60E9 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 233 -
CMYK 0 0.60 0.02 0.07
HSL 302.11º 0.81% 0.65% -
HSV(B) 302.11º 0.6% 0.93% -
XYZ 54.15 32.43 80.5 -
YUV 154.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 238 96 233 0 0.60 0.02 0.07 302.11 0.81 0.65
Hex EE 60 E9 0 3C 2 7 12E 51 41
Octal 356 140 351 0 74 2 7 456 121 101
Binary 11101110 1100000 11101001 0 111100 10 111 100101110 1010001 1000001

Color Harmonies of #EE60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60E9

Black with #EE60E9

Text Example


Text Example

White with #EE60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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