Html Css Color HEX #EE60CF Free Speech Magenta

📋 copy color: '#EE60CF'

red 238 ◦ green 96 ◦ blue 207

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

Shades of Free Speech Magenta #EE60CF

Tints of Free Speech Magenta #EE60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 43.99%
G = 17.74%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE60CF (or 0xEE60CF) is known color: Free Speech Magenta. HEX triplet: EE, 60 and CF. RGB value is (238,96,207). Sum of RGB (Red+Green+Blue) = 238+96+207=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60CF is #119F30. Grayscale: #969696. Windows color (decimal): -1154865 or 13590766. OLE color: 13590766.

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

Color convert

RGB 238 96 207 -
CMYK 0 0.60 0.13 0.07
HSL 313.1º 0.81% 0.65% -
HSV(B) 313.1º 0.6% 0.93% -
XYZ 50.71 31.05 62.35 -
YUV 151.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 238 96 207 0 0.60 0.13 0.07 313.1 0.81 0.65
Hex EE 60 CF 0 3C D 7 139 51 41
Octal 356 140 317 0 74 15 7 471 121 101
Binary 11101110 1100000 11001111 0 111100 1101 111 100111001 1010001 1000001

Color Harmonies of #EE60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60CF

Black with #EE60CF

Text Example


Text Example

White with #EE60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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